Html Css Color HEX #CEB93D Old Gold

📋 copy color: '#CEB93D'

red 206 ◦ green 185 ◦ blue 61

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

Shades of Old Gold #CEB93D

Tints of Old Gold #CEB93D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.93%

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

R = 45.58%
G = 40.93%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CEB93D (or 0xCEB93D) is known color: Old Gold. HEX triplet: CE, B9 and 3D. RGB value is (206,185,61). Sum of RGB (Red+Green+Blue) = 206+185+61=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 185 (72.66% from 255 or 40.93% from 452); Blue value is 61 (24.22% from 255 or 13.50% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB93D is #3146C2. Grayscale: #B1B1B1. Windows color (decimal): -3229379 or 4045262. OLE color: 4045262.

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

Color convert

RGB 206 185 61 -
CMYK 0 0.10 0.70 0.19
HSL 51.31º 0.6% 0.52% -
HSV(B) 51.31º 0.7% 0.81% -
XYZ 43.64 48.16 11.41 -
YUV 177.14 62.46 148.58 -
System Red Green Blue C M Y K H S L
Decimal 206 185 61 0 0.10 0.70 0.19 51.31 0.6 0.52
Hex CE B9 3D 0 A 46 13 33 3C 34
Octal 316 271 75 0 12 106 23 63 74 64
Binary 11001110 10111001 111101 0 1010 1000110 10011 110011 111100 110100

Color Harmonies of #CEB93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB93D

Black with #CEB93D

Text Example


Text Example

White with #CEB93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB93D; }

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

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

background-color css

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

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

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

border-color css

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

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

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