Html Css Color HEX #CBBC4A Old Gold

📋 copy color: '#CBBC4A'

red 203 ◦ green 188 ◦ blue 74

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

Shades of Old Gold #CBBC4A

Tints of Old Gold #CBBC4A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.43%

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

R = 43.66%
G = 40.43%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CBBC4A (or 0xCBBC4A) is known color: Old Gold. HEX triplet: CB, BC and 4A. RGB value is (203,188,74). Sum of RGB (Red+Green+Blue) = 203+188+74=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 74 (29.30% from 255 or 15.91% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBC4A is #3443B5. Grayscale: #B3B3B3. Windows color (decimal): -3425206 or 4897995. OLE color: 4897995.

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

Color convert

RGB 203 188 74 -
CMYK 0 0.07 0.64 0.20
HSL 53.02º 0.55% 0.54% -
HSV(B) 53.02º 0.64% 0.8% -
XYZ 43.85 49.16 13.66 -
YUV 179.49 68.47 144.77 -
System Red Green Blue C M Y K H S L
Decimal 203 188 74 0 0.07 0.64 0.20 53.02 0.55 0.54
Hex CB BC 4A 0 7 40 14 35 37 36
Octal 313 274 112 0 7 100 24 65 67 66
Binary 11001011 10111100 1001010 0 111 1000000 10100 110101 110111 110110

Color Harmonies of #CBBC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBC4A

Black with #CBBC4A

Text Example


Text Example

White with #CBBC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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