Html Css Color HEX #CFB033 Metallic Gold

📋 copy color: '#CFB033'

red 207 ◦ green 176 ◦ blue 51

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

Shades of Metallic Gold #CFB033

Tints of Metallic Gold #CFB033

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.55%

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

R = 47.7%
G = 40.55%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CFB033 (or 0xCFB033) is known color: Metallic Gold. HEX triplet: CF, B0 and 33. RGB value is (207,176,51). Sum of RGB (Red+Green+Blue) = 207+176+51=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 51 (20.31% from 255 or 11.75% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB033 is #304FCC. Grayscale: #ABABAB. Windows color (decimal): -3166157 or 3387599. OLE color: 3387599.

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

Color convert

RGB 207 176 51 -
CMYK 0 0.15 0.75 0.19
HSL 48.08º 0.62% 0.51% -
HSV(B) 48.08º 0.75% 0.81% -
XYZ 41.86 44.56 9.53 -
YUV 171.02 60.27 153.66 -
System Red Green Blue C M Y K H S L
Decimal 207 176 51 0 0.15 0.75 0.19 48.08 0.62 0.51
Hex CF B0 33 0 F 4B 13 30 3E 33
Octal 317 260 63 0 17 113 23 60 76 63
Binary 11001111 10110000 110011 0 1111 1001011 10011 110000 111110 110011

Color Harmonies of #CFB033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB033

Black with #CFB033

Text Example


Text Example

White with #CFB033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB033; }

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

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

background-color css

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

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

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

border-color css

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

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

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