Html Css Color HEX #CBBB4A Old Gold

📋 copy color: '#CBBB4A'

red 203 ◦ green 187 ◦ blue 74

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

Shades of Old Gold #CBBB4A

Tints of Old Gold #CBBB4A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.3%

 BLUE value IS 74 (29.3% from 255) = 15.95%

R = 43.75%
G = 40.3%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CBBB4A (or 0xCBBB4A) is known color: Old Gold. HEX triplet: CB, BB and 4A. RGB value is (203,187,74). Sum of RGB (Red+Green+Blue) = 203+187+74=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 187 (73.44% from 255 or 40.30% from 464); Blue value is 74 (29.30% from 255 or 15.95% from 464); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBB4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBB4A is #3444B5. Grayscale: #B3B3B3. Windows color (decimal): -3425462 or 4897739. OLE color: 4897739.

HSL color Cylindrical-coordinate representation of color #CBBB4A: hue angle of 52.56º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CBBB4A is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 187 74 -
CMYK 0 0.08 0.64 0.20
HSL 52.56º 0.55% 0.54% -
HSV(B) 52.56º 0.64% 0.8% -
XYZ 43.63 48.73 13.58 -
YUV 178.9 68.8 145.19 -
System Red Green Blue C M Y K H S L
Decimal 203 187 74 0 0.08 0.64 0.20 52.56 0.55 0.54
Hex CB BB 4A 0 8 40 14 35 37 36
Octal 313 273 112 0 10 100 24 65 67 66
Binary 11001011 10111011 1001010 0 1000 1000000 10100 110101 110111 110110

Color Harmonies of #CBBB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBB4A

Black with #CBBB4A

Text Example


Text Example

White with #CBBB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBB4A; }

 p { color: rgb(203,187,74); }

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

background-color css

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

 a { background-color: rgb(203,187,74); }

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

border-color css

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

 span { border-color: rgb(203,187,74); }

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