Html Css Color HEX #CEB22F Metallic Gold

📋 copy color: '#CEB22F'

red 206 ◦ green 178 ◦ blue 47

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

Shades of Metallic Gold #CEB22F

Tints of Metallic Gold #CEB22F

RGB

 RED value IS 206 (80.86% from 255) = 47.8%

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

 BLUE value IS 47 (18.75% from 255) = 10.9%

R = 47.8%
G = 41.3%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CEB22F (or 0xCEB22F) is known color: Metallic Gold. HEX triplet: CE, B2 and 2F. RGB value is (206,178,47). Sum of RGB (Red+Green+Blue) = 206+178+47=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 178 (69.92% from 255 or 41.30% from 431); Blue value is 47 (18.75% from 255 or 10.90% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB22F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB22F is #314DD0. Grayscale: #ABABAB. Windows color (decimal): -3231185 or 3125966. OLE color: 3125966.

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

Color convert

RGB 206 178 47 -
CMYK 0 0.14 0.77 0.19
HSL 49.43º 0.63% 0.5% -
HSV(B) 49.43º 0.77% 0.81% -
XYZ 41.89 45.17 9.2 -
YUV 171.44 57.78 152.65 -
System Red Green Blue C M Y K H S L
Decimal 206 178 47 0 0.14 0.77 0.19 49.43 0.63 0.5
Hex CE B2 2F 0 E 4D 13 31 3F 32
Octal 316 262 57 0 16 115 23 61 77 62
Binary 11001110 10110010 101111 0 1110 1001101 10011 110001 111111 110010

Color Harmonies of #CEB22F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB22F

Black with #CEB22F

Text Example


Text Example

White with #CEB22F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB22F; }

 p { color: rgb(206,178,47); }

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

background-color css

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

 a { background-color: rgb(206,178,47); }

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

border-color css

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

 span { border-color: rgb(206,178,47); }

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