Html Css Color HEX #CEAF37 Metallic Gold

📋 copy color: '#CEAF37'

red 206 ◦ green 175 ◦ blue 55

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

Shades of Metallic Gold #CEAF37

Tints of Metallic Gold #CEAF37

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.14%

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

R = 47.25%
G = 40.14%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CEAF37 (or 0xCEAF37) is known color: Metallic Gold. HEX triplet: CE, AF and 37. RGB value is (206,175,55). Sum of RGB (Red+Green+Blue) = 206+175+55=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 55 (21.88% from 255 or 12.61% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAF37 is #3150C8. Grayscale: #ABABAB. Windows color (decimal): -3231945 or 3649486. OLE color: 3649486.

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

Color convert

RGB 206 175 55 -
CMYK 0 0.15 0.73 0.19
HSL 47.68º 0.61% 0.51% -
HSV(B) 47.68º 0.73% 0.81% -
XYZ 41.47 44.06 9.93 -
YUV 170.59 62.77 153.26 -
System Red Green Blue C M Y K H S L
Decimal 206 175 55 0 0.15 0.73 0.19 47.68 0.61 0.51
Hex CE AF 37 0 F 49 13 30 3D 33
Octal 316 257 67 0 17 111 23 60 75 63
Binary 11001110 10101111 110111 0 1111 1001001 10011 110000 111101 110011

Color Harmonies of #CEAF37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAF37

Black with #CEAF37

Text Example


Text Example

White with #CEAF37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAF37; }

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

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

background-color css

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

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

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

border-color css

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

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

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