Html Css Color HEX #CBB13E Old Gold

📋 copy color: '#CBB13E'

red 203 ◦ green 177 ◦ blue 62

#CBB13E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Gold #CBB13E

Tints of Old Gold #CBB13E

RGB

 RED value IS 203 (79.69% from 255) = 45.93%

 GREEN value IS 177 (69.53% from 255) = 40.05%

 BLUE value IS 62 (24.61% from 255) = 14.03%

R = 45.93%
G = 40.05%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CBB13E (or 0xCBB13E) is known color: Old Gold. HEX triplet: CB, B1 and 3E. RGB value is (203,177,62). Sum of RGB (Red+Green+Blue) = 203+177+62=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 177 (69.53% from 255 or 40.05% from 442); Blue value is 62 (24.61% from 255 or 14.03% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB13E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB13E is #344EC1. Grayscale: #ACACAC. Windows color (decimal): -3428034 or 4108747. OLE color: 4108747.

HSL color Cylindrical-coordinate representation of color #CBB13E: hue angle of 48.94º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CBB13E is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 177 62 -
CMYK 0 0.13 0.69 0.20
HSL 48.94º 0.58% 0.52% -
HSV(B) 48.94º 0.69% 0.8% -
XYZ 41.22 44.49 10.97 -
YUV 171.66 66.11 150.35 -
System Red Green Blue C M Y K H S L
Decimal 203 177 62 0 0.13 0.69 0.20 48.94 0.58 0.52
Hex CB B1 3E 0 D 45 14 31 3A 34
Octal 313 261 76 0 15 105 24 61 72 64
Binary 11001011 10110001 111110 0 1101 1000101 10100 110001 111010 110100

Color Harmonies of #CBB13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB13E

Black with #CBB13E

Text Example


Text Example

White with #CBB13E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB13E; }

 p { color: rgb(203,177,62); }

 H1.HeaderClassName
 {
   color: #CBB13E;
 }
 .AnyTagClassName
 {
   color: #CBB13E;
 }
</style>

background-color css

<style>
 a { background-color: #CBB13E; }

 a { background-color: rgb(203,177,62); }

 div.DivClassName
 {
   background-color: #CBB13E;
 }
 .BgClassName
 {
   background-color: #CBB13E;
 }
</style>

border-color css

<style>
 span { border-color: #CBB13E; }

 span { border-color: rgb(203,177,62); }

 td.TdClassName
 {
   border-color: #CBB13E;
 }
 .TagClassName
 {
   border-color: #CBB13E;
 }
</style>