Html Css Color HEX #CEB12F Metallic Gold

📋 copy color: '#CEB12F'

red 206 ◦ green 177 ◦ blue 47

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

Shades of Metallic Gold #CEB12F

Tints of Metallic Gold #CEB12F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.16%

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

R = 47.91%
G = 41.16%
B = 10.93%

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

#CEB12F (or 0xCEB12F) is known color: Metallic Gold. HEX triplet: CE, B1 and 2F. RGB value is (206,177,47). Sum of RGB (Red+Green+Blue) = 206+177+47=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 177 (69.53% from 255 or 41.16% from 430); Blue value is 47 (18.75% from 255 or 10.93% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB12F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB12F is #314ED0. Grayscale: #ABABAB. Windows color (decimal): -3231441 or 3125710. OLE color: 3125710.

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

Color convert

RGB 206 177 47 -
CMYK 0 0.14 0.77 0.19
HSL 49.06º 0.63% 0.5% -
HSV(B) 49.06º 0.77% 0.81% -
XYZ 41.69 44.77 9.13 -
YUV 170.85 58.11 153.07 -
System Red Green Blue C M Y K H S L
Decimal 206 177 47 0 0.14 0.77 0.19 49.06 0.63 0.5
Hex CE B1 2F 0 E 4D 13 31 3F 32
Octal 316 261 57 0 16 115 23 61 77 62
Binary 11001110 10110001 101111 0 1110 1001101 10011 110001 111111 110010

Color Harmonies of #CEB12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB12F

Black with #CEB12F

Text Example


Text Example

White with #CEB12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB12F; }

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

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

background-color css

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

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

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

border-color css

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

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

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