Html Css Color HEX #CEB82B Old Gold

📋 copy color: '#CEB82B'

red 206 ◦ green 184 ◦ blue 43

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

Shades of Old Gold #CEB82B

Tints of Old Gold #CEB82B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.93%

R = 47.58%
G = 42.49%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CEB82B (or 0xCEB82B) is known color: Old Gold. HEX triplet: CE, B8 and 2B. RGB value is (206,184,43). Sum of RGB (Red+Green+Blue) = 206+184+43=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 184 (72.27% from 255 or 42.49% from 433); Blue value is 43 (17.19% from 255 or 9.93% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB82B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB82B is #3147D4. Grayscale: #AFAFAF. Windows color (decimal): -3229653 or 2865358. OLE color: 2865358.

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

Color convert

RGB 206 184 43 -
CMYK 0 0.11 0.79 0.19
HSL 51.9º 0.65% 0.49% -
HSV(B) 51.9º 0.79% 0.81% -
XYZ 43.03 47.58 9.2 -
YUV 174.5 53.79 150.46 -
System Red Green Blue C M Y K H S L
Decimal 206 184 43 0 0.11 0.79 0.19 51.9 0.65 0.49
Hex CE B8 2B 0 B 4F 13 34 41 31
Octal 316 270 53 0 13 117 23 64 101 61
Binary 11001110 10111000 101011 0 1011 1001111 10011 110100 1000001 110001

Color Harmonies of #CEB82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB82B

Black with #CEB82B

Text Example


Text Example

White with #CEB82B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB82B; }

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

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

background-color css

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

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

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

border-color css

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

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

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