Html Css Color HEX #CEBA4D Old Gold

📋 copy color: '#CEBA4D'

red 206 ◦ green 186 ◦ blue 77

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

Shades of Old Gold #CEBA4D

Tints of Old Gold #CEBA4D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.66%

 BLUE value IS 77 (30.47% from 255) = 16.42%

R = 43.92%
G = 39.66%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CEBA4D (or 0xCEBA4D) is known color: Old Gold. HEX triplet: CE, BA and 4D. RGB value is (206,186,77). Sum of RGB (Red+Green+Blue) = 206+186+77=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 77 (30.47% from 255 or 16.42% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBA4D is #3145B2. Grayscale: #B4B4B4. Windows color (decimal): -3229107 or 5094094. OLE color: 5094094.

HSL color Cylindrical-coordinate representation of color #CEBA4D: hue angle of 50.7º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CEBA4D is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 186 77 -
CMYK 0 0.10 0.63 0.19
HSL 50.7º 0.57% 0.55% -
HSV(B) 50.7º 0.63% 0.81% -
XYZ 44.35 48.78 14.1 -
YUV 179.55 70.13 146.86 -
System Red Green Blue C M Y K H S L
Decimal 206 186 77 0 0.10 0.63 0.19 50.7 0.57 0.55
Hex CE BA 4D 0 A 3F 13 33 39 37
Octal 316 272 115 0 12 77 23 63 71 67
Binary 11001110 10111010 1001101 0 1010 111111 10011 110011 111001 110111

Color Harmonies of #CEBA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBA4D

Black with #CEBA4D

Text Example


Text Example

White with #CEBA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBA4D; }

 p { color: rgb(206,186,77); }

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

background-color css

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

 a { background-color: rgb(206,186,77); }

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

border-color css

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

 span { border-color: rgb(206,186,77); }

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