Html Css Color HEX #CEB03E Old Gold

📋 copy color: '#CEB03E'

red 206 ◦ green 176 ◦ blue 62

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

Shades of Old Gold #CEB03E

Tints of Old Gold #CEB03E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.64%

 BLUE value IS 62 (24.61% from 255) = 13.96%

R = 46.4%
G = 39.64%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CEB03E (or 0xCEB03E) is known color: Old Gold. HEX triplet: CE, B0 and 3E. RGB value is (206,176,62). Sum of RGB (Red+Green+Blue) = 206+176+62=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 176 (69.14% from 255 or 39.64% from 444); Blue value is 62 (24.61% from 255 or 13.96% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB03E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB03E is #314FC1. Grayscale: #ACACAC. Windows color (decimal): -3231682 or 4108494. OLE color: 4108494.

HSL color Cylindrical-coordinate representation of color #CEB03E: hue angle of 47.5º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CEB03E is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 176 62 -
CMYK 0 0.15 0.70 0.19
HSL 47.5º 0.6% 0.53% -
HSV(B) 47.5º 0.7% 0.81% -
XYZ 41.85 44.52 10.95 -
YUV 171.97 65.94 152.27 -
System Red Green Blue C M Y K H S L
Decimal 206 176 62 0 0.15 0.70 0.19 47.5 0.6 0.53
Hex CE B0 3E 0 F 46 13 30 3C 35
Octal 316 260 76 0 17 106 23 60 74 65
Binary 11001110 10110000 111110 0 1111 1000110 10011 110000 111100 110101

Color Harmonies of #CEB03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB03E

Black with #CEB03E

Text Example


Text Example

White with #CEB03E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB03E; }

 p { color: rgb(206,176,62); }

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

background-color css

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

 a { background-color: rgb(206,176,62); }

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

border-color css

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

 span { border-color: rgb(206,176,62); }

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