Html Css Color HEX #CEB038 Old Gold

📋 copy color: '#CEB038'

red 206 ◦ green 176 ◦ blue 56

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

Shades of Old Gold #CEB038

Tints of Old Gold #CEB038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.79%

R = 47.03%
G = 40.18%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CEB038 (or 0xCEB038) is known color: Old Gold. HEX triplet: CE, B0 and 38. RGB value is (206,176,56). Sum of RGB (Red+Green+Blue) = 206+176+56=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 176 (69.14% from 255 or 40.18% from 438); Blue value is 56 (22.27% from 255 or 12.79% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB038 is #314FC7. Grayscale: #ABABAB. Windows color (decimal): -3231688 or 3715278. OLE color: 3715278.

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

Color convert

RGB 206 176 56 -
CMYK 0 0.15 0.73 0.19
HSL 48º 0.6% 0.51% -
HSV(B) 48º 0.73% 0.81% -
XYZ 41.69 44.46 10.13 -
YUV 171.29 62.94 152.76 -
System Red Green Blue C M Y K H S L
Decimal 206 176 56 0 0.15 0.73 0.19 48 0.6 0.51
Hex CE B0 38 0 F 49 13 30 3C 33
Octal 316 260 70 0 17 111 23 60 74 63
Binary 11001110 10110000 111000 0 1111 1001001 10011 110000 111100 110011

Color Harmonies of #CEB038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB038

Black with #CEB038

Text Example


Text Example

White with #CEB038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB038; }

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

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

background-color css

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

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

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

border-color css

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

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

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