Html Css Color HEX #CBAC40 Old Gold

📋 copy color: '#CBAC40'

red 203 ◦ green 172 ◦ blue 64

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

Shades of Old Gold #CBAC40

Tints of Old Gold #CBAC40

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.18%

 BLUE value IS 64 (25.39% from 255) = 14.58%

R = 46.24%
G = 39.18%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CBAC40 (or 0xCBAC40) is known color: Old Gold. HEX triplet: CB, AC and 40. RGB value is (203,172,64). Sum of RGB (Red+Green+Blue) = 203+172+64=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 64 (25.39% from 255 or 14.58% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAC40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAC40 is #3453BF. Grayscale: #A9A9A9. Windows color (decimal): -3429312 or 4238539. OLE color: 4238539.

HSL color Cylindrical-coordinate representation of color #CBAC40: hue angle of 46.62º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CBAC40 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 172 64 -
CMYK 0 0.15 0.68 0.20
HSL 46.62º 0.57% 0.52% -
HSV(B) 46.62º 0.68% 0.8% -
XYZ 40.31 42.57 10.94 -
YUV 168.96 68.77 152.28 -
System Red Green Blue C M Y K H S L
Decimal 203 172 64 0 0.15 0.68 0.20 46.62 0.57 0.52
Hex CB AC 40 0 F 44 14 2F 39 34
Octal 313 254 100 0 17 104 24 57 71 64
Binary 11001011 10101100 1000000 0 1111 1000100 10100 101111 111001 110100

Color Harmonies of #CBAC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAC40

Black with #CBAC40

Text Example


Text Example

White with #CBAC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAC40; }

 p { color: rgb(203,172,64); }

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

background-color css

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

 a { background-color: rgb(203,172,64); }

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

border-color css

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

 span { border-color: rgb(203,172,64); }

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