Html Css Color HEX #CFB32E Metallic Gold

📋 copy color: '#CFB32E'

red 207 ◦ green 179 ◦ blue 46

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

Shades of Metallic Gold #CFB32E

Tints of Metallic Gold #CFB32E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.44%

 BLUE value IS 46 (18.36% from 255) = 10.65%

R = 47.92%
G = 41.44%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CFB32E (or 0xCFB32E) is known color: Metallic Gold. HEX triplet: CF, B3 and 2E. RGB value is (207,179,46). Sum of RGB (Red+Green+Blue) = 207+179+46=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 179 (70.31% from 255 or 41.44% from 432); Blue value is 46 (18.36% from 255 or 10.65% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB32E is #304CD1. Grayscale: #ACACAC. Windows color (decimal): -3165394 or 3060687. OLE color: 3060687.

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

Color convert

RGB 207 179 46 -
CMYK 0 0.14 0.78 0.19
HSL 49.57º 0.64% 0.5% -
HSV(B) 49.57º 0.78% 0.81% -
XYZ 42.35 45.7 9.17 -
YUV 172.21 56.78 152.81 -
System Red Green Blue C M Y K H S L
Decimal 207 179 46 0 0.14 0.78 0.19 49.57 0.64 0.5
Hex CF B3 2E 0 E 4E 13 32 40 32
Octal 317 263 56 0 16 116 23 62 100 62
Binary 11001111 10110011 101110 0 1110 1001110 10011 110010 1000000 110010

Color Harmonies of #CFB32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB32E

Black with #CFB32E

Text Example


Text Example

White with #CFB32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB32E; }

 p { color: rgb(207,179,46); }

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

background-color css

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

 a { background-color: rgb(207,179,46); }

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

border-color css

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

 span { border-color: rgb(207,179,46); }

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