Html Css Color HEX #CEB638 Old Gold

📋 copy color: '#CEB638'

red 206 ◦ green 182 ◦ blue 56

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

Shades of Old Gold #CEB638

Tints of Old Gold #CEB638

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.99%

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

R = 46.4%
G = 40.99%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CEB638 (or 0xCEB638) is known color: Old Gold. HEX triplet: CE, B6 and 38. RGB value is (206,182,56). Sum of RGB (Red+Green+Blue) = 206+182+56=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 182 (71.48% from 255 or 40.99% from 444); Blue value is 56 (22.27% from 255 or 12.61% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB638 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB638 is #3149C7. Grayscale: #AFAFAF. Windows color (decimal): -3230152 or 3716814. OLE color: 3716814.

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

Color convert

RGB 206 182 56 -
CMYK 0 0.12 0.73 0.19
HSL 50.4º 0.6% 0.51% -
HSV(B) 50.4º 0.73% 0.81% -
XYZ 42.9 46.86 10.53 -
YUV 174.81 60.95 150.25 -
System Red Green Blue C M Y K H S L
Decimal 206 182 56 0 0.12 0.73 0.19 50.4 0.6 0.51
Hex CE B6 38 0 C 49 13 32 3C 33
Octal 316 266 70 0 14 111 23 62 74 63
Binary 11001110 10110110 111000 0 1100 1001001 10011 110010 111100 110011

Color Harmonies of #CEB638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB638

Black with #CEB638

Text Example


Text Example

White with #CEB638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB638; }

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

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

background-color css

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

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

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

border-color css

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

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

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