Html Css Color HEX #CEAF2D Metallic Gold

📋 copy color: '#CEAF2D'

red 206 ◦ green 175 ◦ blue 45

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

Shades of Metallic Gold #CEAF2D

Tints of Metallic Gold #CEAF2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.56%

R = 48.36%
G = 41.08%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CEAF2D (or 0xCEAF2D) is known color: Metallic Gold. HEX triplet: CE, AF and 2D. RGB value is (206,175,45). Sum of RGB (Red+Green+Blue) = 206+175+45=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 45 (17.97% from 255 or 10.56% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAF2D is #3150D2. Grayscale: #AAAAAA. Windows color (decimal): -3231955 or 2994126. OLE color: 2994126.

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

Color convert

RGB 206 175 45 -
CMYK 0 0.15 0.78 0.19
HSL 48.45º 0.64% 0.49% -
HSV(B) 48.45º 0.78% 0.81% -
XYZ 41.26 43.97 8.8 -
YUV 169.45 57.77 154.07 -
System Red Green Blue C M Y K H S L
Decimal 206 175 45 0 0.15 0.78 0.19 48.45 0.64 0.49
Hex CE AF 2D 0 F 4E 13 30 40 31
Octal 316 257 55 0 17 116 23 60 100 61
Binary 11001110 10101111 101101 0 1111 1001110 10011 110000 1000000 110001

Color Harmonies of #CEAF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAF2D

Black with #CEAF2D

Text Example


Text Example

White with #CEAF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAF2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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