Html Css Color HEX #CEB344 Old Gold

📋 copy color: '#CEB344'

red 206 ◦ green 179 ◦ blue 68

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

Shades of Old Gold #CEB344

Tints of Old Gold #CEB344

RGB

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

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

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

R = 45.47%
G = 39.51%
B = 15.01%

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

#CEB344 (or 0xCEB344) is known color: Old Gold. HEX triplet: CE, B3 and 44. RGB value is (206,179,68). Sum of RGB (Red+Green+Blue) = 206+179+68=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 179 (70.31% from 255 or 39.51% from 453); Blue value is 68 (26.95% from 255 or 15.01% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB344 is #314CBB. Grayscale: #AEAEAE. Windows color (decimal): -3230908 or 4502478. OLE color: 4502478.

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

Color convert

RGB 206 179 68 -
CMYK 0 0.13 0.67 0.19
HSL 48.26º 0.58% 0.54% -
HSV(B) 48.26º 0.67% 0.81% -
XYZ 42.62 45.78 12.06 -
YUV 174.42 67.95 150.53 -
System Red Green Blue C M Y K H S L
Decimal 206 179 68 0 0.13 0.67 0.19 48.26 0.58 0.54
Hex CE B3 44 0 D 43 13 30 3A 36
Octal 316 263 104 0 15 103 23 60 72 66
Binary 11001110 10110011 1000100 0 1101 1000011 10011 110000 111010 110110

Color Harmonies of #CEB344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB344

Black with #CEB344

Text Example


Text Example

White with #CEB344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB344; }

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

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

background-color css

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

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

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

border-color css

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

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

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