Html Css Color HEX #CFB036 Metallic Gold

📋 copy color: '#CFB036'

red 207 ◦ green 176 ◦ blue 54

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

Shades of Metallic Gold #CFB036

Tints of Metallic Gold #CFB036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.36%

R = 47.37%
G = 40.27%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CFB036 (or 0xCFB036) is known color: Metallic Gold. HEX triplet: CF, B0 and 36. RGB value is (207,176,54). Sum of RGB (Red+Green+Blue) = 207+176+54=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 176 (69.14% from 255 or 40.27% from 437); Blue value is 54 (21.48% from 255 or 12.36% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB036 is #304FC9. Grayscale: #ABABAB. Windows color (decimal): -3166154 or 3584207. OLE color: 3584207.

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

Color convert

RGB 207 176 54 -
CMYK 0 0.15 0.74 0.19
HSL 47.84º 0.61% 0.51% -
HSV(B) 47.84º 0.74% 0.81% -
XYZ 41.92 44.58 9.89 -
YUV 171.36 61.77 153.42 -
System Red Green Blue C M Y K H S L
Decimal 207 176 54 0 0.15 0.74 0.19 47.84 0.61 0.51
Hex CF B0 36 0 F 4A 13 30 3D 33
Octal 317 260 66 0 17 112 23 60 75 63
Binary 11001111 10110000 110110 0 1111 1001010 10011 110000 111101 110011

Color Harmonies of #CFB036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB036

Black with #CFB036

Text Example


Text Example

White with #CFB036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB036; }

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

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

background-color css

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

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

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

border-color css

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

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

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