Html Css Color HEX #CEC03A Old Gold

📋 copy color: '#CEC03A'

red 206 ◦ green 192 ◦ blue 58

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

Shades of Old Gold #CEC03A

Tints of Old Gold #CEC03A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.72%

R = 45.18%
G = 42.11%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CEC03A (or 0xCEC03A) is known color: Old Gold. HEX triplet: CE, C0 and 3A. RGB value is (206,192,58). Sum of RGB (Red+Green+Blue) = 206+192+58=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 58 (23.05% from 255 or 12.72% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC03A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC03A is #313FC5. Grayscale: #B5B5B5. Windows color (decimal): -3227590 or 3850446. OLE color: 3850446.

HSL color Cylindrical-coordinate representation of color #CEC03A: hue angle of 54.32º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CEC03A is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 192 58 -
CMYK 0 0.07 0.72 0.19
HSL 54.32º 0.6% 0.52% -
HSV(B) 54.32º 0.72% 0.81% -
XYZ 45.07 51.13 11.5 -
YUV 180.91 58.64 145.9 -
System Red Green Blue C M Y K H S L
Decimal 206 192 58 0 0.07 0.72 0.19 54.32 0.6 0.52
Hex CE C0 3A 0 7 48 13 36 3C 34
Octal 316 300 72 0 7 110 23 66 74 64
Binary 11001110 11000000 111010 0 111 1001000 10011 110110 111100 110100

Color Harmonies of #CEC03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC03A

Black with #CEC03A

Text Example


Text Example

White with #CEC03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC03A; }

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

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

background-color css

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

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

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

border-color css

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

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

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