Html Css Color HEX #CEAB37 Metallic Gold

📋 copy color: '#CEAB37'

red 206 ◦ green 171 ◦ blue 55

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

Shades of Metallic Gold #CEAB37

Tints of Metallic Gold #CEAB37

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.58%

 BLUE value IS 55 (21.88% from 255) = 12.73%

R = 47.69%
G = 39.58%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CEAB37 (or 0xCEAB37) is known color: Metallic Gold. HEX triplet: CE, AB and 37. RGB value is (206,171,55). Sum of RGB (Red+Green+Blue) = 206+171+55=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 55 (21.88% from 255 or 12.73% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAB37 is #3154C8. Grayscale: #A8A8A8. Windows color (decimal): -3232969 or 3648462. OLE color: 3648462.

HSL color Cylindrical-coordinate representation of color #CEAB37: hue angle of 46.09º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CEAB37 is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 171 55 -
CMYK 0 0.17 0.73 0.19
HSL 46.09º 0.61% 0.51% -
HSV(B) 46.09º 0.73% 0.81% -
XYZ 40.71 42.52 9.68 -
YUV 168.24 64.1 154.93 -
System Red Green Blue C M Y K H S L
Decimal 206 171 55 0 0.17 0.73 0.19 46.09 0.61 0.51
Hex CE AB 37 0 11 49 13 2E 3D 33
Octal 316 253 67 0 21 111 23 56 75 63
Binary 11001110 10101011 110111 0 10001 1001001 10011 101110 111101 110011

Color Harmonies of #CEAB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAB37

Black with #CEAB37

Text Example


Text Example

White with #CEAB37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAB37; }

 p { color: rgb(206,171,55); }

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

background-color css

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

 a { background-color: rgb(206,171,55); }

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

border-color css

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

 span { border-color: rgb(206,171,55); }

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