Html Css Color HEX #CEAB43 Metallic Gold

📋 copy color: '#CEAB43'

red 206 ◦ green 171 ◦ blue 67

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

Shades of Metallic Gold #CEAB43

Tints of Metallic Gold #CEAB43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 15.09%

R = 46.4%
G = 38.51%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CEAB43 (or 0xCEAB43) is known color: Metallic Gold. HEX triplet: CE, AB and 43. RGB value is (206,171,67). Sum of RGB (Red+Green+Blue) = 206+171+67=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 67 (26.56% from 255 or 15.09% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAB43 is #3154BC. Grayscale: #AAAAAA. Windows color (decimal): -3232957 or 4434894. OLE color: 4434894.

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

Color convert

RGB 206 171 67 -
CMYK 0 0.17 0.67 0.19
HSL 44.89º 0.59% 0.54% -
HSV(B) 44.89º 0.67% 0.81% -
XYZ 41.03 42.65 11.38 -
YUV 169.61 70.1 153.96 -
System Red Green Blue C M Y K H S L
Decimal 206 171 67 0 0.17 0.67 0.19 44.89 0.59 0.54
Hex CE AB 43 0 11 43 13 2D 3B 36
Octal 316 253 103 0 21 103 23 55 73 66
Binary 11001110 10101011 1000011 0 10001 1000011 10011 101101 111011 110110

Color Harmonies of #CEAB43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAB43

Black with #CEAB43

Text Example


Text Example

White with #CEAB43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAB43; }

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

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

background-color css

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

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

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

border-color css

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

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

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