Html Css Color HEX #CFC039 Old Gold

📋 copy color: '#CFC039'

red 207 ◦ green 192 ◦ blue 57

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

Shades of Old Gold #CFC039

Tints of Old Gold #CFC039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 12.5%

R = 45.39%
G = 42.11%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CFC039 (or 0xCFC039) is known color: Old Gold. HEX triplet: CF, C0 and 39. RGB value is (207,192,57). Sum of RGB (Red+Green+Blue) = 207+192+57=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 57 (22.66% from 255 or 12.5% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC039 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC039 is #303FC6. Grayscale: #B5B5B5. Windows color (decimal): -3162055 or 3784911. OLE color: 3784911.

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

Color convert

RGB 207 192 57 -
CMYK 0 0.07 0.72 0.19
HSL 54º 0.61% 0.52% -
HSV(B) 54º 0.72% 0.81% -
XYZ 45.32 51.26 11.38 -
YUV 181.1 57.97 146.48 -
System Red Green Blue C M Y K H S L
Decimal 207 192 57 0 0.07 0.72 0.19 54 0.61 0.52
Hex CF C0 39 0 7 48 13 36 3D 34
Octal 317 300 71 0 7 110 23 66 75 64
Binary 11001111 11000000 111001 0 111 1001000 10011 110110 111101 110100

Color Harmonies of #CFC039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC039

Black with #CFC039

Text Example


Text Example

White with #CFC039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC039; }

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

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

background-color css

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

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

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

border-color css

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

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

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