Html Css Color HEX #CFC032 Old Gold

📋 copy color: '#CFC032'

red 207 ◦ green 192 ◦ blue 50

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

Shades of Old Gold #CFC032

Tints of Old Gold #CFC032

RGB

 RED value IS 207 (81.25% from 255) = 46.1%

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

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

R = 46.1%
G = 42.76%
B = 11.14%

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

#CFC032 (or 0xCFC032) is known color: Old Gold. HEX triplet: CF, C0 and 32. RGB value is (207,192,50). Sum of RGB (Red+Green+Blue) = 207+192+50=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 50 (19.92% from 255 or 11.14% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC032 is #303FCD. Grayscale: #B4B4B4. Windows color (decimal): -3162062 or 3326159. OLE color: 3326159.

HSL color Cylindrical-coordinate representation of color #CFC032: hue angle of 54.27º degrees, saturation: 0.62, 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 #CFC032 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 192 50 -
CMYK 0 0.07 0.76 0.19
HSL 54.27º 0.62% 0.5% -
HSV(B) 54.27º 0.76% 0.81% -
XYZ 45.16 51.19 10.52 -
YUV 180.3 54.47 147.05 -
System Red Green Blue C M Y K H S L
Decimal 207 192 50 0 0.07 0.76 0.19 54.27 0.62 0.5
Hex CF C0 32 0 7 4C 13 36 3E 32
Octal 317 300 62 0 7 114 23 66 76 62
Binary 11001111 11000000 110010 0 111 1001100 10011 110110 111110 110010

Color Harmonies of #CFC032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC032

Black with #CFC032

Text Example


Text Example

White with #CFC032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC032; }

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

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

background-color css

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

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

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

border-color css

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

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

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