Html Css Color HEX #CFC034 Old Gold

📋 copy color: '#CFC034'

red 207 ◦ green 192 ◦ blue 52

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

Shades of Old Gold #CFC034

Tints of Old Gold #CFC034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.53%

R = 45.9%
G = 42.57%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CFC034 (or 0xCFC034) is known color: Old Gold. HEX triplet: CF, C0 and 34. RGB value is (207,192,52). Sum of RGB (Red+Green+Blue) = 207+192+52=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 52 (20.70% from 255 or 11.53% from 451); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC034 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC034 is #303FCB. Grayscale: #B5B5B5. Windows color (decimal): -3162060 or 3457231. OLE color: 3457231.

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

Color convert

RGB 207 192 52 -
CMYK 0 0.07 0.75 0.19
HSL 54.19º 0.62% 0.51% -
HSV(B) 54.19º 0.75% 0.81% -
XYZ 45.2 51.21 10.75 -
YUV 180.53 55.47 146.88 -
System Red Green Blue C M Y K H S L
Decimal 207 192 52 0 0.07 0.75 0.19 54.19 0.62 0.51
Hex CF C0 34 0 7 4B 13 36 3E 33
Octal 317 300 64 0 7 113 23 66 76 63
Binary 11001111 11000000 110100 0 111 1001011 10011 110110 111110 110011

Color Harmonies of #CFC034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC034

Black with #CFC034

Text Example


Text Example

White with #CFC034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC034; }

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

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

background-color css

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

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

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

border-color css

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

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

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