Html Css Color HEX #CEB32B Metallic Gold

📋 copy color: '#CEB32B'

red 206 ◦ green 179 ◦ blue 43

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

Shades of Metallic Gold #CEB32B

Tints of Metallic Gold #CEB32B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.05%

R = 48.13%
G = 41.82%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CEB32B (or 0xCEB32B) is known color: Metallic Gold. HEX triplet: CE, B3 and 2B. RGB value is (206,179,43). Sum of RGB (Red+Green+Blue) = 206+179+43=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 179 (70.31% from 255 or 41.82% from 428); Blue value is 43 (17.19% from 255 or 10.05% from 428); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB32B is #314CD4. Grayscale: #ACACAC. Windows color (decimal): -3230933 or 2864078. OLE color: 2864078.

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

Color convert

RGB 206 179 43 -
CMYK 0 0.13 0.79 0.19
HSL 50.06º 0.65% 0.49% -
HSV(B) 50.06º 0.79% 0.81% -
XYZ 42.01 45.54 8.86 -
YUV 171.57 55.45 152.56 -
System Red Green Blue C M Y K H S L
Decimal 206 179 43 0 0.13 0.79 0.19 50.06 0.65 0.49
Hex CE B3 2B 0 D 4F 13 32 41 31
Octal 316 263 53 0 15 117 23 62 101 61
Binary 11001110 10110011 101011 0 1101 1001111 10011 110010 1000001 110001

Color Harmonies of #CEB32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB32B

Black with #CEB32B

Text Example


Text Example

White with #CEB32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB32B; }

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

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

background-color css

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

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

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

border-color css

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

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

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