Html Css Color HEX #CEB32D Metallic Gold

📋 copy color: '#CEB32D'

red 206 ◦ green 179 ◦ blue 45

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

Shades of Metallic Gold #CEB32D

Tints of Metallic Gold #CEB32D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.63%

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

R = 47.91%
G = 41.63%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CEB32D (or 0xCEB32D) is known color: Metallic Gold. HEX triplet: CE, B3 and 2D. RGB value is (206,179,45). Sum of RGB (Red+Green+Blue) = 206+179+45=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 179 (70.31% from 255 or 41.63% from 430); Blue value is 45 (17.97% from 255 or 10.47% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB32D is #314CD2. Grayscale: #ACACAC. Windows color (decimal): -3230931 or 2995150. OLE color: 2995150.

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

Color convert

RGB 206 179 45 -
CMYK 0 0.13 0.78 0.19
HSL 49.94º 0.64% 0.49% -
HSV(B) 49.94º 0.78% 0.81% -
XYZ 42.05 45.55 9.06 -
YUV 171.8 56.45 152.4 -
System Red Green Blue C M Y K H S L
Decimal 206 179 45 0 0.13 0.78 0.19 49.94 0.64 0.49
Hex CE B3 2D 0 D 4E 13 32 40 31
Octal 316 263 55 0 15 116 23 62 100 61
Binary 11001110 10110011 101101 0 1101 1001110 10011 110010 1000000 110001

Color Harmonies of #CEB32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB32D

Black with #CEB32D

Text Example


Text Example

White with #CEB32D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB32D; }

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

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

background-color css

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

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

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

border-color css

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

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

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