Html Css Color HEX #CFC035 Old Gold

📋 copy color: '#CFC035'

red 207 ◦ green 192 ◦ blue 53

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

Shades of Old Gold #CFC035

Tints of Old Gold #CFC035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.73%

R = 45.8%
G = 42.48%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CFC035 (or 0xCFC035) is known color: Old Gold. HEX triplet: CF, C0 and 35. RGB value is (207,192,53). Sum of RGB (Red+Green+Blue) = 207+192+53=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 192 (75.39% from 255 or 42.48% from 452); Blue value is 53 (21.09% from 255 or 11.73% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC035 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC035 is #303FCA. Grayscale: #B5B5B5. Windows color (decimal): -3162059 or 3522767. OLE color: 3522767.

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

Color convert

RGB 207 192 53 -
CMYK 0 0.07 0.74 0.19
HSL 54.16º 0.62% 0.51% -
HSV(B) 54.16º 0.74% 0.81% -
XYZ 45.22 51.22 10.87 -
YUV 180.64 55.97 146.8 -
System Red Green Blue C M Y K H S L
Decimal 207 192 53 0 0.07 0.74 0.19 54.16 0.62 0.51
Hex CF C0 35 0 7 4A 13 36 3E 33
Octal 317 300 65 0 7 112 23 66 76 63
Binary 11001111 11000000 110101 0 111 1001010 10011 110110 111110 110011

Color Harmonies of #CFC035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC035

Black with #CFC035

Text Example


Text Example

White with #CFC035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC035; }

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

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

background-color css

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

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

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

border-color css

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

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

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