Html Css Color HEX #CEB13D Old Gold

📋 copy color: '#CEB13D'

red 206 ◦ green 177 ◦ blue 61

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

Shades of Old Gold #CEB13D

Tints of Old Gold #CEB13D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.86%

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

R = 46.4%
G = 39.86%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CEB13D (or 0xCEB13D) is known color: Old Gold. HEX triplet: CE, B1 and 3D. RGB value is (206,177,61). Sum of RGB (Red+Green+Blue) = 206+177+61=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 177 (69.53% from 255 or 39.86% from 444); Blue value is 61 (24.22% from 255 or 13.74% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB13D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB13D is #314EC2. Grayscale: #ACACAC. Windows color (decimal): -3231427 or 4043214. OLE color: 4043214.

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

Color convert

RGB 206 177 61 -
CMYK 0 0.14 0.70 0.19
HSL 48º 0.6% 0.52% -
HSV(B) 48º 0.7% 0.81% -
XYZ 42.02 44.9 10.87 -
YUV 172.45 65.11 151.93 -
System Red Green Blue C M Y K H S L
Decimal 206 177 61 0 0.14 0.70 0.19 48 0.6 0.52
Hex CE B1 3D 0 E 46 13 30 3C 34
Octal 316 261 75 0 16 106 23 60 74 64
Binary 11001110 10110001 111101 0 1110 1000110 10011 110000 111100 110100

Color Harmonies of #CEB13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB13D

Black with #CEB13D

Text Example


Text Example

White with #CEB13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB13D; }

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

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

background-color css

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

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

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

border-color css

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

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

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