Html Css Color HEX #CEB32F Metallic Gold

📋 copy color: '#CEB32F'

red 206 ◦ green 179 ◦ blue 47

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

Shades of Metallic Gold #CEB32F

Tints of Metallic Gold #CEB32F

RGB

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

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

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

R = 47.69%
G = 41.44%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CEB32F (or 0xCEB32F) is known color: Metallic Gold. HEX triplet: CE, B3 and 2F. RGB value is (206,179,47). Sum of RGB (Red+Green+Blue) = 206+179+47=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 179 (70.31% from 255 or 41.44% from 432); Blue value is 47 (18.75% from 255 or 10.88% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB32F is #314CD0. Grayscale: #ACACAC. Windows color (decimal): -3230929 or 3126222. OLE color: 3126222.

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

Color convert

RGB 206 179 47 -
CMYK 0 0.13 0.77 0.19
HSL 49.81º 0.63% 0.5% -
HSV(B) 49.81º 0.77% 0.81% -
XYZ 42.09 45.57 9.27 -
YUV 172.03 57.45 152.23 -
System Red Green Blue C M Y K H S L
Decimal 206 179 47 0 0.13 0.77 0.19 49.81 0.63 0.5
Hex CE B3 2F 0 D 4D 13 32 3F 32
Octal 316 263 57 0 15 115 23 62 77 62
Binary 11001110 10110011 101111 0 1101 1001101 10011 110010 111111 110010

Color Harmonies of #CEB32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB32F

Black with #CEB32F

Text Example


Text Example

White with #CEB32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB32F; }

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

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

background-color css

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

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

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

border-color css

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

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

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