Html Css Color HEX #CBB439 Old Gold

📋 copy color: '#CBB439'

red 203 ◦ green 180 ◦ blue 57

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

Shades of Old Gold #CBB439

Tints of Old Gold #CBB439

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.91%

 BLUE value IS 57 (22.66% from 255) = 12.95%

R = 46.14%
G = 40.91%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CBB439 (or 0xCBB439) is known color: Old Gold. HEX triplet: CB, B4 and 39. RGB value is (203,180,57). Sum of RGB (Red+Green+Blue) = 203+180+57=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 57 (22.66% from 255 or 12.95% from 440); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB439 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB439 is #344BC6. Grayscale: #ADADAD. Windows color (decimal): -3427271 or 3781835. OLE color: 3781835.

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

Color convert

RGB 203 180 57 -
CMYK 0 0.11 0.72 0.20
HSL 50.55º 0.58% 0.51% -
HSV(B) 50.55º 0.72% 0.8% -
XYZ 41.69 45.63 10.48 -
YUV 172.86 62.62 149.5 -
System Red Green Blue C M Y K H S L
Decimal 203 180 57 0 0.11 0.72 0.20 50.55 0.58 0.51
Hex CB B4 39 0 B 48 14 33 3A 33
Octal 313 264 71 0 13 110 24 63 72 63
Binary 11001011 10110100 111001 0 1011 1001000 10100 110011 111010 110011

Color Harmonies of #CBB439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB439

Black with #CBB439

Text Example


Text Example

White with #CBB439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB439; }

 p { color: rgb(203,180,57); }

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

background-color css

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

 a { background-color: rgb(203,180,57); }

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

border-color css

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

 span { border-color: rgb(203,180,57); }

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