Html Css Color HEX #CEAB3F Metallic Gold

📋 copy color: '#CEAB3F'

red 206 ◦ green 171 ◦ blue 63

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

Shades of Metallic Gold #CEAB3F

Tints of Metallic Gold #CEAB3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.32%

R = 46.82%
G = 38.86%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CEAB3F (or 0xCEAB3F) is known color: Metallic Gold. HEX triplet: CE, AB and 3F. RGB value is (206,171,63). Sum of RGB (Red+Green+Blue) = 206+171+63=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 63 (25% from 255 or 14.32% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAB3F is #3154C0. Grayscale: #A9A9A9. Windows color (decimal): -3232961 or 4172750. OLE color: 4172750.

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

Color convert

RGB 206 171 63 -
CMYK 0 0.17 0.69 0.19
HSL 45.31º 0.59% 0.53% -
HSV(B) 45.31º 0.69% 0.81% -
XYZ 40.91 42.61 10.77 -
YUV 169.15 68.1 154.28 -
System Red Green Blue C M Y K H S L
Decimal 206 171 63 0 0.17 0.69 0.19 45.31 0.59 0.53
Hex CE AB 3F 0 11 45 13 2D 3B 35
Octal 316 253 77 0 21 105 23 55 73 65
Binary 11001110 10101011 111111 0 10001 1000101 10011 101101 111011 110101

Color Harmonies of #CEAB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAB3F

Black with #CEAB3F

Text Example


Text Example

White with #CEAB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAB3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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