Html Css Color HEX #CEC032 Old Gold

📋 copy color: '#CEC032'

red 206 ◦ green 192 ◦ blue 50

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

Shades of Old Gold #CEC032

Tints of Old Gold #CEC032

RGB

 RED value IS 206 (80.86% from 255) = 45.98%

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

 BLUE value IS 50 (19.92% from 255) = 11.16%

R = 45.98%
G = 42.86%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CEC032 (or 0xCEC032) is known color: Old Gold. HEX triplet: CE, C0 and 32. RGB value is (206,192,50). Sum of RGB (Red+Green+Blue) = 206+192+50=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 50 (19.92% from 255 or 11.16% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC032 is #313FCD. Grayscale: #B4B4B4. Windows color (decimal): -3227598 or 3326158. OLE color: 3326158.

HSL color Cylindrical-coordinate representation of color #CEC032: hue angle of 54.62º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CEC032 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 192 50 -
CMYK 0 0.07 0.76 0.19
HSL 54.62º 0.61% 0.5% -
HSV(B) 54.62º 0.76% 0.81% -
XYZ 44.88 51.05 10.51 -
YUV 180 54.64 146.55 -
System Red Green Blue C M Y K H S L
Decimal 206 192 50 0 0.07 0.76 0.19 54.62 0.61 0.5
Hex CE C0 32 0 7 4C 13 37 3D 32
Octal 316 300 62 0 7 114 23 67 75 62
Binary 11001110 11000000 110010 0 111 1001100 10011 110111 111101 110010

Color Harmonies of #CEC032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC032

Black with #CEC032

Text Example


Text Example

White with #CEC032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC032; }

 p { color: rgb(206,192,50); }

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

background-color css

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

 a { background-color: rgb(206,192,50); }

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

border-color css

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

 span { border-color: rgb(206,192,50); }

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