Html Css Color HEX #CEB740 Old Gold

📋 copy color: '#CEB740'

red 206 ◦ green 183 ◦ blue 64

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

Shades of Old Gold #CEB740

Tints of Old Gold #CEB740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.13%

R = 45.47%
G = 40.4%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CEB740 (or 0xCEB740) is known color: Old Gold. HEX triplet: CE, B7 and 40. RGB value is (206,183,64). Sum of RGB (Red+Green+Blue) = 206+183+64=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 183 (71.88% from 255 or 40.40% from 453); Blue value is 64 (25.39% from 255 or 14.13% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB740 is #3148BF. Grayscale: #B0B0B0. Windows color (decimal): -3229888 or 4241358. OLE color: 4241358.

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

Color convert

RGB 206 183 64 -
CMYK 0 0.11 0.69 0.19
HSL 50.28º 0.59% 0.53% -
HSV(B) 50.28º 0.69% 0.81% -
XYZ 43.31 47.36 11.71 -
YUV 176.31 64.62 149.18 -
System Red Green Blue C M Y K H S L
Decimal 206 183 64 0 0.11 0.69 0.19 50.28 0.59 0.53
Hex CE B7 40 0 B 45 13 32 3B 35
Octal 316 267 100 0 13 105 23 62 73 65
Binary 11001110 10110111 1000000 0 1011 1000101 10011 110010 111011 110101

Color Harmonies of #CEB740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB740

Black with #CEB740

Text Example


Text Example

White with #CEB740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB740; }

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

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

background-color css

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

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

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

border-color css

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

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

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