Html Css Color HEX #CEB744 Old Gold

📋 copy color: '#CEB744'

red 206 ◦ green 183 ◦ blue 68

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

Shades of Old Gold #CEB744

Tints of Old Gold #CEB744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.88%

R = 45.08%
G = 40.04%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CEB744 (or 0xCEB744) is known color: Old Gold. HEX triplet: CE, B7 and 44. RGB value is (206,183,68). Sum of RGB (Red+Green+Blue) = 206+183+68=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 183 (71.88% from 255 or 40.04% from 457); Blue value is 68 (26.95% from 255 or 14.88% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB744 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB744 is #3148BB. Grayscale: #B1B1B1. Windows color (decimal): -3229884 or 4503502. OLE color: 4503502.

HSL color Cylindrical-coordinate representation of color #CEB744: hue angle of 50º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CEB744 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 183 68 -
CMYK 0 0.11 0.67 0.19
HSL 50º 0.58% 0.54% -
HSV(B) 50º 0.67% 0.81% -
XYZ 43.43 47.41 12.33 -
YUV 176.77 66.62 148.85 -
System Red Green Blue C M Y K H S L
Decimal 206 183 68 0 0.11 0.67 0.19 50 0.58 0.54
Hex CE B7 44 0 B 43 13 32 3A 36
Octal 316 267 104 0 13 103 23 62 72 66
Binary 11001110 10110111 1000100 0 1011 1000011 10011 110010 111010 110110

Color Harmonies of #CEB744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB744

Black with #CEB744

Text Example


Text Example

White with #CEB744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB744; }

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

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

background-color css

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

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

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

border-color css

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

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

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