Html Css Color HEX #CEB32A Metallic Gold

📋 copy color: '#CEB32A'

red 206 ◦ green 179 ◦ blue 42

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

Shades of Metallic Gold #CEB32A

Tints of Metallic Gold #CEB32A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.84%

R = 48.24%
G = 41.92%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CEB32A (or 0xCEB32A) is known color: Metallic Gold. HEX triplet: CE, B3 and 2A. RGB value is (206,179,42). Sum of RGB (Red+Green+Blue) = 206+179+42=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 179 (70.31% from 255 or 41.92% from 427); Blue value is 42 (16.80% from 255 or 9.84% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB32A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB32A is #314CD5. Grayscale: #ACACAC. Windows color (decimal): -3230934 or 2798542. OLE color: 2798542.

HSL color Cylindrical-coordinate representation of color #CEB32A: hue angle of 50.12º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CEB32A is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 179 42 -
CMYK 0 0.13 0.80 0.19
HSL 50.12º 0.66% 0.49% -
HSV(B) 50.12º 0.8% 0.81% -
XYZ 41.99 45.53 8.77 -
YUV 171.46 54.95 152.64 -
System Red Green Blue C M Y K H S L
Decimal 206 179 42 0 0.13 0.80 0.19 50.12 0.66 0.49
Hex CE B3 2A 0 D 50 13 32 42 31
Octal 316 263 52 0 15 120 23 62 102 61
Binary 11001110 10110011 101010 0 1101 1010000 10011 110010 1000010 110001

Color Harmonies of #CEB32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB32A

Black with #CEB32A

Text Example


Text Example

White with #CEB32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB32A; }

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

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

background-color css

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

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

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

border-color css

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

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

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