Html Css Color HEX #CEB345 Old Gold

📋 copy color: '#CEB345'

red 206 ◦ green 179 ◦ blue 69

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

Shades of Old Gold #CEB345

Tints of Old Gold #CEB345

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.43%

 BLUE value IS 69 (27.34% from 255) = 15.2%

R = 45.37%
G = 39.43%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CEB345 (or 0xCEB345) is known color: Old Gold. HEX triplet: CE, B3 and 45. RGB value is (206,179,69). Sum of RGB (Red+Green+Blue) = 206+179+69=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 179 (70.31% from 255 or 39.43% from 454); Blue value is 69 (27.34% from 255 or 15.20% from 454); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB345 is #314CBA. Grayscale: #AFAFAF. Windows color (decimal): -3230907 or 4568014. OLE color: 4568014.

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

Color convert

RGB 206 179 69 -
CMYK 0 0.13 0.67 0.19
HSL 48.18º 0.58% 0.54% -
HSV(B) 48.18º 0.67% 0.81% -
XYZ 42.65 45.79 12.22 -
YUV 174.53 68.45 150.44 -
System Red Green Blue C M Y K H S L
Decimal 206 179 69 0 0.13 0.67 0.19 48.18 0.58 0.54
Hex CE B3 45 0 D 43 13 30 3A 36
Octal 316 263 105 0 15 103 23 60 72 66
Binary 11001110 10110011 1000101 0 1101 1000011 10011 110000 111010 110110

Color Harmonies of #CEB345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB345

Black with #CEB345

Text Example


Text Example

White with #CEB345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB345; }

 p { color: rgb(206,179,69); }

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

background-color css

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

 a { background-color: rgb(206,179,69); }

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

border-color css

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

 span { border-color: rgb(206,179,69); }

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