Html Css Color HEX #CFB22E Metallic Gold

📋 copy color: '#CFB22E'

red 207 ◦ green 178 ◦ blue 46

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

Shades of Metallic Gold #CFB22E

Tints of Metallic Gold #CFB22E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.3%

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

R = 48.03%
G = 41.3%
B = 10.67%

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

#CFB22E (or 0xCFB22E) is known color: Metallic Gold. HEX triplet: CF, B2 and 2E. RGB value is (207,178,46). Sum of RGB (Red+Green+Blue) = 207+178+46=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 178 (69.92% from 255 or 41.30% from 431); Blue value is 46 (18.36% from 255 or 10.67% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB22E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB22E is #304DD1. Grayscale: #ACACAC. Windows color (decimal): -3165650 or 3060431. OLE color: 3060431.

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

Color convert

RGB 207 178 46 -
CMYK 0 0.14 0.78 0.19
HSL 49.19º 0.64% 0.5% -
HSV(B) 49.19º 0.78% 0.81% -
XYZ 42.15 45.3 9.11 -
YUV 171.62 57.11 153.23 -
System Red Green Blue C M Y K H S L
Decimal 207 178 46 0 0.14 0.78 0.19 49.19 0.64 0.5
Hex CF B2 2E 0 E 4E 13 31 40 32
Octal 317 262 56 0 16 116 23 61 100 62
Binary 11001111 10110010 101110 0 1110 1001110 10011 110001 1000000 110010

Color Harmonies of #CFB22E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB22E

Black with #CFB22E

Text Example


Text Example

White with #CFB22E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB22E; }

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

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

background-color css

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

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

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

border-color css

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

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

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