Html Css Color HEX #CEB629 Old Gold

📋 copy color: '#CEB629'

red 206 ◦ green 182 ◦ blue 41

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

Shades of Old Gold #CEB629

Tints of Old Gold #CEB629

RGB

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

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

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

R = 48.02%
G = 42.42%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CEB629 (or 0xCEB629) is known color: Old Gold. HEX triplet: CE, B6 and 29. RGB value is (206,182,41). Sum of RGB (Red+Green+Blue) = 206+182+41=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 182 (71.48% from 255 or 42.42% from 429); Blue value is 41 (16.41% from 255 or 9.56% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB629 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB629 is #3149D6. Grayscale: #ADADAD. Windows color (decimal): -3230167 or 2733774. OLE color: 2733774.

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

Color convert

RGB 206 182 41 -
CMYK 0 0.12 0.80 0.19
HSL 51.27º 0.67% 0.48% -
HSV(B) 51.27º 0.8% 0.81% -
XYZ 42.58 46.74 8.87 -
YUV 173.1 53.45 151.46 -
System Red Green Blue C M Y K H S L
Decimal 206 182 41 0 0.12 0.80 0.19 51.27 0.67 0.48
Hex CE B6 29 0 C 50 13 33 43 30
Octal 316 266 51 0 14 120 23 63 103 60
Binary 11001110 10110110 101001 0 1100 1010000 10011 110011 1000011 110000

Color Harmonies of #CEB629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB629

Black with #CEB629

Text Example


Text Example

White with #CEB629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB629; }

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

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

background-color css

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

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

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

border-color css

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

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

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