Html Css Color HEX #CBBA2C Old Gold

📋 copy color: '#CBBA2C'

red 203 ◦ green 186 ◦ blue 44

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

Shades of Old Gold #CBBA2C

Tints of Old Gold #CBBA2C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.96%

 BLUE value IS 44 (17.58% from 255) = 10.16%

R = 46.88%
G = 42.96%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CBBA2C (or 0xCBBA2C) is known color: Old Gold. HEX triplet: CB, BA and 2C. RGB value is (203,186,44). Sum of RGB (Red+Green+Blue) = 203+186+44=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 44 (17.58% from 255 or 10.16% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBA2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBA2C is #3445D3. Grayscale: #AFAFAF. Windows color (decimal): -3425748 or 2931403. OLE color: 2931403.

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

Color convert

RGB 203 186 44 -
CMYK 0 0.08 0.78 0.20
HSL 53.58º 0.64% 0.48% -
HSV(B) 53.58º 0.78% 0.8% -
XYZ 42.64 48 9.4 -
YUV 174.9 54.13 148.05 -
System Red Green Blue C M Y K H S L
Decimal 203 186 44 0 0.08 0.78 0.20 53.58 0.64 0.48
Hex CB BA 2C 0 8 4E 14 36 40 30
Octal 313 272 54 0 10 116 24 66 100 60
Binary 11001011 10111010 101100 0 1000 1001110 10100 110110 1000000 110000

Color Harmonies of #CBBA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBA2C

Black with #CBBA2C

Text Example


Text Example

White with #CBBA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBA2C; }

 p { color: rgb(203,186,44); }

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

background-color css

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

 a { background-color: rgb(203,186,44); }

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

border-color css

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

 span { border-color: rgb(203,186,44); }

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