Html Css Color HEX #CEC030 Old Gold

📋 copy color: '#CEC030'

red 206 ◦ green 192 ◦ blue 48

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

Shades of Old Gold #CEC030

Tints of Old Gold #CEC030

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.05%

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

R = 46.19%
G = 43.05%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CEC030 (or 0xCEC030) is known color: Old Gold. HEX triplet: CE, C0 and 30. RGB value is (206,192,48). Sum of RGB (Red+Green+Blue) = 206+192+48=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 48 (19.14% from 255 or 10.76% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC030 is #313FCF. Grayscale: #B4B4B4. Windows color (decimal): -3227600 or 3195086. OLE color: 3195086.

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

Color convert

RGB 206 192 48 -
CMYK 0 0.07 0.77 0.19
HSL 54.68º 0.62% 0.5% -
HSV(B) 54.68º 0.77% 0.81% -
XYZ 44.84 51.03 10.28 -
YUV 179.77 53.64 146.71 -
System Red Green Blue C M Y K H S L
Decimal 206 192 48 0 0.07 0.77 0.19 54.68 0.62 0.5
Hex CE C0 30 0 7 4D 13 37 3E 32
Octal 316 300 60 0 7 115 23 67 76 62
Binary 11001110 11000000 110000 0 111 1001101 10011 110111 111110 110010

Color Harmonies of #CEC030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC030

Black with #CEC030

Text Example


Text Example

White with #CEC030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC030; }

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

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

background-color css

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

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

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

border-color css

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

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

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