Html Css Color HEX #CFC030 Old Gold

📋 copy color: '#CFC030'

red 207 ◦ green 192 ◦ blue 48

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

Shades of Old Gold #CFC030

Tints of Old Gold #CFC030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.74%

R = 46.31%
G = 42.95%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CFC030 (or 0xCFC030) is known color: Old Gold. HEX triplet: CF, C0 and 30. RGB value is (207,192,48). Sum of RGB (Red+Green+Blue) = 207+192+48=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 48 (19.14% from 255 or 10.74% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC030 is #303FCF. Grayscale: #B4B4B4. Windows color (decimal): -3162064 or 3195087. OLE color: 3195087.

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

Color convert

RGB 207 192 48 -
CMYK 0 0.07 0.77 0.19
HSL 54.34º 0.62% 0.5% -
HSV(B) 54.34º 0.77% 0.81% -
XYZ 45.12 51.18 10.3 -
YUV 180.07 53.47 147.21 -
System Red Green Blue C M Y K H S L
Decimal 207 192 48 0 0.07 0.77 0.19 54.34 0.62 0.5
Hex CF C0 30 0 7 4D 13 36 3E 32
Octal 317 300 60 0 7 115 23 66 76 62
Binary 11001111 11000000 110000 0 111 1001101 10011 110110 111110 110010

Color Harmonies of #CFC030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC030

Black with #CFC030

Text Example


Text Example

White with #CFC030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC030; }

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

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

background-color css

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

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

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

border-color css

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

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

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