Html Css Color HEX #CEB230 Metallic Gold

📋 copy color: '#CEB230'

red 206 ◦ green 178 ◦ blue 48

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

Shades of Metallic Gold #CEB230

Tints of Metallic Gold #CEB230

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.2%

 BLUE value IS 48 (19.14% from 255) = 11.11%

R = 47.69%
G = 41.2%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CEB230 (or 0xCEB230) is known color: Metallic Gold. HEX triplet: CE, B2 and 30. RGB value is (206,178,48). Sum of RGB (Red+Green+Blue) = 206+178+48=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 178 (69.92% from 255 or 41.20% from 432); Blue value is 48 (19.14% from 255 or 11.11% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB230 is #314DCF. Grayscale: #ACACAC. Windows color (decimal): -3231184 or 3191502. OLE color: 3191502.

HSL color Cylindrical-coordinate representation of color #CEB230: hue angle of 49.37º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CEB230 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 178 48 -
CMYK 0 0.14 0.77 0.19
HSL 49.37º 0.62% 0.5% -
HSV(B) 49.37º 0.77% 0.81% -
XYZ 41.91 45.18 9.31 -
YUV 171.55 58.28 152.57 -
System Red Green Blue C M Y K H S L
Decimal 206 178 48 0 0.14 0.77 0.19 49.37 0.62 0.5
Hex CE B2 30 0 E 4D 13 31 3E 32
Octal 316 262 60 0 16 115 23 61 76 62
Binary 11001110 10110010 110000 0 1110 1001101 10011 110001 111110 110010

Color Harmonies of #CEB230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB230

Black with #CEB230

Text Example


Text Example

White with #CEB230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB230; }

 p { color: rgb(206,178,48); }

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

background-color css

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

 a { background-color: rgb(206,178,48); }

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

border-color css

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

 span { border-color: rgb(206,178,48); }

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