Html Css Color HEX #CFC033 Old Gold

📋 copy color: '#CFC033'

red 207 ◦ green 192 ◦ blue 51

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

Shades of Old Gold #CFC033

Tints of Old Gold #CFC033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.33%

R = 46%
G = 42.67%
B = 11.33%

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

#CFC033 (or 0xCFC033) is known color: Old Gold. HEX triplet: CF, C0 and 33. RGB value is (207,192,51). Sum of RGB (Red+Green+Blue) = 207+192+51=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 51 (20.31% from 255 or 11.33% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC033 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC033 is #303FCC. Grayscale: #B4B4B4. Windows color (decimal): -3162061 or 3391695. OLE color: 3391695.

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

Color convert

RGB 207 192 51 -
CMYK 0 0.07 0.75 0.19
HSL 54.23º 0.62% 0.51% -
HSV(B) 54.23º 0.75% 0.81% -
XYZ 45.18 51.2 10.63 -
YUV 180.41 54.97 146.96 -
System Red Green Blue C M Y K H S L
Decimal 207 192 51 0 0.07 0.75 0.19 54.23 0.62 0.51
Hex CF C0 33 0 7 4B 13 36 3E 33
Octal 317 300 63 0 7 113 23 66 76 63
Binary 11001111 11000000 110011 0 111 1001011 10011 110110 111110 110011

Color Harmonies of #CFC033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC033

Black with #CFC033

Text Example


Text Example

White with #CFC033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC033; }

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

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

background-color css

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

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

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

border-color css

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

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

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