Html Css Color HEX #CEB83B Old Gold

📋 copy color: '#CEB83B'

red 206 ◦ green 184 ◦ blue 59

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

Shades of Old Gold #CEB83B

Tints of Old Gold #CEB83B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.14%

R = 45.88%
G = 40.98%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CEB83B (or 0xCEB83B) is known color: Old Gold. HEX triplet: CE, B8 and 3B. RGB value is (206,184,59). Sum of RGB (Red+Green+Blue) = 206+184+59=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 184 (72.27% from 255 or 40.98% from 449); Blue value is 59 (23.44% from 255 or 13.14% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB83B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB83B is #3147C4. Grayscale: #B0B0B0. Windows color (decimal): -3229637 or 3913934. OLE color: 3913934.

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

Color convert

RGB 206 184 59 -
CMYK 0 0.11 0.71 0.19
HSL 51.02º 0.6% 0.52% -
HSV(B) 51.02º 0.71% 0.81% -
XYZ 43.38 47.72 11.06 -
YUV 176.33 61.79 149.16 -
System Red Green Blue C M Y K H S L
Decimal 206 184 59 0 0.11 0.71 0.19 51.02 0.6 0.52
Hex CE B8 3B 0 B 47 13 33 3C 34
Octal 316 270 73 0 13 107 23 63 74 64
Binary 11001110 10111000 111011 0 1011 1000111 10011 110011 111100 110100

Color Harmonies of #CEB83B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB83B

Black with #CEB83B

Text Example


Text Example

White with #CEB83B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB83B; }

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

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

background-color css

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

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

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

border-color css

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

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

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