Html Css Color HEX #CBB336 Old Gold

📋 copy color: '#CBB336'

red 203 ◦ green 179 ◦ blue 54

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

Shades of Old Gold #CBB336

Tints of Old Gold #CBB336

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.06%

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

R = 46.56%
G = 41.06%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CBB336 (or 0xCBB336) is known color: Old Gold. HEX triplet: CB, B3 and 36. RGB value is (203,179,54). Sum of RGB (Red+Green+Blue) = 203+179+54=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 54 (21.48% from 255 or 12.39% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB336 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB336 is #344CC9. Grayscale: #ACACAC. Windows color (decimal): -3427530 or 3584971. OLE color: 3584971.

HSL color Cylindrical-coordinate representation of color #CBB336: hue angle of 50.34º 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 #CBB336 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 179 54 -
CMYK 0 0.12 0.73 0.20
HSL 50.34º 0.59% 0.5% -
HSV(B) 50.34º 0.73% 0.8% -
XYZ 41.41 45.2 10.03 -
YUV 171.93 61.45 150.16 -
System Red Green Blue C M Y K H S L
Decimal 203 179 54 0 0.12 0.73 0.20 50.34 0.59 0.5
Hex CB B3 36 0 C 49 14 32 3B 32
Octal 313 263 66 0 14 111 24 62 73 62
Binary 11001011 10110011 110110 0 1100 1001001 10100 110010 111011 110010

Color Harmonies of #CBB336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB336

Black with #CBB336

Text Example


Text Example

White with #CBB336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB336; }

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

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

background-color css

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

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

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

border-color css

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

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

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