Html Css Color HEX #CEBA4A Old Gold

📋 copy color: '#CEBA4A'

red 206 ◦ green 186 ◦ blue 74

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

Shades of Old Gold #CEBA4A

Tints of Old Gold #CEBA4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.88%

R = 44.21%
G = 39.91%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CEBA4A (or 0xCEBA4A) is known color: Old Gold. HEX triplet: CE, BA and 4A. RGB value is (206,186,74). Sum of RGB (Red+Green+Blue) = 206+186+74=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 74 (29.30% from 255 or 15.88% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBA4A is #3145B5. Grayscale: #B3B3B3. Windows color (decimal): -3229110 or 4897486. OLE color: 4897486.

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

Color convert

RGB 206 186 74 -
CMYK 0 0.10 0.64 0.19
HSL 50.91º 0.57% 0.55% -
HSV(B) 50.91º 0.64% 0.81% -
XYZ 44.25 48.73 13.55 -
YUV 179.21 68.63 147.11 -
System Red Green Blue C M Y K H S L
Decimal 206 186 74 0 0.10 0.64 0.19 50.91 0.57 0.55
Hex CE BA 4A 0 A 40 13 33 39 37
Octal 316 272 112 0 12 100 23 63 71 67
Binary 11001110 10111010 1001010 0 1010 1000000 10011 110011 111001 110111

Color Harmonies of #CEBA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBA4A

Black with #CEBA4A

Text Example


Text Example

White with #CEBA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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