Html Css Color HEX #CEB12B Metallic Gold

📋 copy color: '#CEB12B'

red 206 ◦ green 177 ◦ blue 43

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

Shades of Metallic Gold #CEB12B

Tints of Metallic Gold #CEB12B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.09%

R = 48.36%
G = 41.55%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CEB12B (or 0xCEB12B) is known color: Metallic Gold. HEX triplet: CE, B1 and 2B. RGB value is (206,177,43). Sum of RGB (Red+Green+Blue) = 206+177+43=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 177 (69.53% from 255 or 41.55% from 426); Blue value is 43 (17.19% from 255 or 10.09% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB12B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB12B is #314ED4. Grayscale: #AAAAAA. Windows color (decimal): -3231445 or 2863566. OLE color: 2863566.

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

Color convert

RGB 206 177 43 -
CMYK 0 0.14 0.79 0.19
HSL 49.33º 0.65% 0.49% -
HSV(B) 49.33º 0.79% 0.81% -
XYZ 41.61 44.74 8.73 -
YUV 170.4 56.11 153.4 -
System Red Green Blue C M Y K H S L
Decimal 206 177 43 0 0.14 0.79 0.19 49.33 0.65 0.49
Hex CE B1 2B 0 E 4F 13 31 41 31
Octal 316 261 53 0 16 117 23 61 101 61
Binary 11001110 10110001 101011 0 1110 1001111 10011 110001 1000001 110001

Color Harmonies of #CEB12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB12B

Black with #CEB12B

Text Example


Text Example

White with #CEB12B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB12B; }

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

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

background-color css

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

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

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

border-color css

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

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

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