Html Css Color HEX #CEB83D Old Gold

📋 copy color: '#CEB83D'

red 206 ◦ green 184 ◦ blue 61

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

Shades of Old Gold #CEB83D

Tints of Old Gold #CEB83D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.53%

R = 45.68%
G = 40.8%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CEB83D (or 0xCEB83D) is known color: Old Gold. HEX triplet: CE, B8 and 3D. RGB value is (206,184,61). Sum of RGB (Red+Green+Blue) = 206+184+61=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 184 (72.27% from 255 or 40.80% from 451); Blue value is 61 (24.22% from 255 or 13.53% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB83D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB83D is #3147C2. Grayscale: #B1B1B1. Windows color (decimal): -3229635 or 4045006. OLE color: 4045006.

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

Color convert

RGB 206 184 61 -
CMYK 0 0.11 0.70 0.19
HSL 50.9º 0.6% 0.52% -
HSV(B) 50.9º 0.7% 0.81% -
XYZ 43.44 47.74 11.34 -
YUV 176.56 62.79 149 -
System Red Green Blue C M Y K H S L
Decimal 206 184 61 0 0.11 0.70 0.19 50.9 0.6 0.52
Hex CE B8 3D 0 B 46 13 33 3C 34
Octal 316 270 75 0 13 106 23 63 74 64
Binary 11001110 10111000 111101 0 1011 1000110 10011 110011 111100 110100

Color Harmonies of #CEB83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB83D

Black with #CEB83D

Text Example


Text Example

White with #CEB83D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB83D; }

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

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

background-color css

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

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

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

border-color css

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

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

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