Html Css Color HEX #CBB136 Old Gold

📋 copy color: '#CBB136'

red 203 ◦ green 177 ◦ blue 54

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

Shades of Old Gold #CBB136

Tints of Old Gold #CBB136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.44%

R = 46.77%
G = 40.78%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CBB136 (or 0xCBB136) is known color: Old Gold. HEX triplet: CB, B1 and 36. RGB value is (203,177,54). Sum of RGB (Red+Green+Blue) = 203+177+54=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 177 (69.53% from 255 or 40.78% from 434); Blue value is 54 (21.48% from 255 or 12.44% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB136 is #344EC9. Grayscale: #ABABAB. Windows color (decimal): -3428042 or 3584459. OLE color: 3584459.

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

Color convert

RGB 203 177 54 -
CMYK 0 0.13 0.73 0.20
HSL 49.53º 0.59% 0.5% -
HSV(B) 49.53º 0.73% 0.8% -
XYZ 41.02 44.41 9.9 -
YUV 170.75 62.11 151 -
System Red Green Blue C M Y K H S L
Decimal 203 177 54 0 0.13 0.73 0.20 49.53 0.59 0.5
Hex CB B1 36 0 D 49 14 32 3B 32
Octal 313 261 66 0 15 111 24 62 73 62
Binary 11001011 10110001 110110 0 1101 1001001 10100 110010 111011 110010

Color Harmonies of #CBB136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB136

Black with #CBB136

Text Example


Text Example

White with #CBB136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB136; }

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

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

background-color css

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

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

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

border-color css

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

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

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