Html Css Color HEX #CBC040 Old Gold

📋 copy color: '#CBC040'

red 203 ◦ green 192 ◦ blue 64

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

Shades of Old Gold #CBC040

Tints of Old Gold #CBC040

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.83%

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

R = 44.23%
G = 41.83%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CBC040 (or 0xCBC040) is known color: Old Gold. HEX triplet: CB, C0 and 40. RGB value is (203,192,64). Sum of RGB (Red+Green+Blue) = 203+192+64=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 64 (25.39% from 255 or 13.94% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC040 is #343FBF. Grayscale: #B5B5B5. Windows color (decimal): -3424192 or 4243659. OLE color: 4243659.

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

Color convert

RGB 203 192 64 -
CMYK 0 0.05 0.68 0.20
HSL 55.25º 0.57% 0.52% -
HSV(B) 55.25º 0.68% 0.8% -
XYZ 44.4 50.77 12.31 -
YUV 180.7 62.14 143.91 -
System Red Green Blue C M Y K H S L
Decimal 203 192 64 0 0.05 0.68 0.20 55.25 0.57 0.52
Hex CB C0 40 0 5 44 14 37 39 34
Octal 313 300 100 0 5 104 24 67 71 64
Binary 11001011 11000000 1000000 0 101 1000100 10100 110111 111001 110100

Color Harmonies of #CBC040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC040

Black with #CBC040

Text Example


Text Example

White with #CBC040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC040; }

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

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

background-color css

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

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

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

border-color css

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

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

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