Html Css Color HEX #CEB729 Old Gold

📋 copy color: '#CEB729'

red 206 ◦ green 183 ◦ blue 41

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

Shades of Old Gold #CEB729

Tints of Old Gold #CEB729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.53%

R = 47.91%
G = 42.56%
B = 9.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CEB729 (or 0xCEB729) is known color: Old Gold. HEX triplet: CE, B7 and 29. RGB value is (206,183,41). Sum of RGB (Red+Green+Blue) = 206+183+41=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 183 (71.88% from 255 or 42.56% from 430); Blue value is 41 (16.41% from 255 or 9.53% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB729 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB729 is #3148D6. Grayscale: #AEAEAE. Windows color (decimal): -3229911 or 2734030. OLE color: 2734030.

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

Color convert

RGB 206 183 41 -
CMYK 0 0.11 0.80 0.19
HSL 51.64º 0.67% 0.48% -
HSV(B) 51.64º 0.8% 0.81% -
XYZ 42.79 47.15 8.94 -
YUV 173.69 53.12 151.05 -
System Red Green Blue C M Y K H S L
Decimal 206 183 41 0 0.11 0.80 0.19 51.64 0.67 0.48
Hex CE B7 29 0 B 50 13 34 43 30
Octal 316 267 51 0 13 120 23 64 103 60
Binary 11001110 10110111 101001 0 1011 1010000 10011 110100 1000011 110000

Color Harmonies of #CEB729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB729

Black with #CEB729

Text Example


Text Example

White with #CEB729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB729; }

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

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

background-color css

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

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

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

border-color css

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

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

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