Html Css Color HEX #CEB834 Old Gold

📋 copy color: '#CEB834'

red 206 ◦ green 184 ◦ blue 52

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

Shades of Old Gold #CEB834

Tints of Old Gold #CEB834

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.63%

 BLUE value IS 52 (20.7% from 255) = 11.76%

R = 46.61%
G = 41.63%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CEB834 (or 0xCEB834) is known color: Old Gold. HEX triplet: CE, B8 and 34. RGB value is (206,184,52). Sum of RGB (Red+Green+Blue) = 206+184+52=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 184 (72.27% from 255 or 41.63% from 442); Blue value is 52 (20.70% from 255 or 11.76% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB834 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB834 is #3147CB. Grayscale: #B0B0B0. Windows color (decimal): -3229644 or 3455182. OLE color: 3455182.

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

Color convert

RGB 206 184 52 -
CMYK 0 0.11 0.75 0.19
HSL 51.43º 0.61% 0.51% -
HSV(B) 51.43º 0.75% 0.81% -
XYZ 43.21 47.65 10.17 -
YUV 175.53 58.29 149.73 -
System Red Green Blue C M Y K H S L
Decimal 206 184 52 0 0.11 0.75 0.19 51.43 0.61 0.51
Hex CE B8 34 0 B 4B 13 33 3D 33
Octal 316 270 64 0 13 113 23 63 75 63
Binary 11001110 10111000 110100 0 1011 1001011 10011 110011 111101 110011

Color Harmonies of #CEB834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB834

Black with #CEB834

Text Example


Text Example

White with #CEB834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB834; }

 p { color: rgb(206,184,52); }

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

background-color css

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

 a { background-color: rgb(206,184,52); }

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

border-color css

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

 span { border-color: rgb(206,184,52); }

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