Html Css Color HEX #CEB738 Old Gold

📋 copy color: '#CEB738'

red 206 ◦ green 183 ◦ blue 56

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

Shades of Old Gold #CEB738

Tints of Old Gold #CEB738

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.12%

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

R = 46.29%
G = 41.12%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CEB738 (or 0xCEB738) is known color: Old Gold. HEX triplet: CE, B7 and 38. RGB value is (206,183,56). Sum of RGB (Red+Green+Blue) = 206+183+56=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 183 (71.88% from 255 or 41.12% from 445); Blue value is 56 (22.27% from 255 or 12.58% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB738 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB738 is #3148C7. Grayscale: #AFAFAF. Windows color (decimal): -3229896 or 3717070. OLE color: 3717070.

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

Color convert

RGB 206 183 56 -
CMYK 0 0.11 0.73 0.19
HSL 50.8º 0.6% 0.51% -
HSV(B) 50.8º 0.73% 0.81% -
XYZ 43.1 47.27 10.59 -
YUV 175.4 60.62 149.83 -
System Red Green Blue C M Y K H S L
Decimal 206 183 56 0 0.11 0.73 0.19 50.8 0.6 0.51
Hex CE B7 38 0 B 49 13 33 3C 33
Octal 316 267 70 0 13 111 23 63 74 63
Binary 11001110 10110111 111000 0 1011 1001001 10011 110011 111100 110011

Color Harmonies of #CEB738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB738

Black with #CEB738

Text Example


Text Example

White with #CEB738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB738; }

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

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

background-color css

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

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

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

border-color css

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

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

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