Html Css Color HEX #CEA548 Sundance

📋 copy color: '#CEA548'

red 206 ◦ green 165 ◦ blue 72

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

Shades of Sundance #CEA548

Tints of Sundance #CEA548

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.25%

 BLUE value IS 72 (28.52% from 255) = 16.25%

R = 46.5%
G = 37.25%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CEA548 (or 0xCEA548) is known color: Sundance. HEX triplet: CE, A5 and 48. RGB value is (206,165,72). Sum of RGB (Red+Green+Blue) = 206+165+72=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 165 (64.84% from 255 or 37.25% from 443); Blue value is 72 (28.52% from 255 or 16.25% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA548 is #315AB7. Grayscale: #A7A7A7. Windows color (decimal): -3234488 or 4761038. OLE color: 4761038.

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

Color convert

RGB 206 165 72 -
CMYK 0 0.20 0.65 0.19
HSL 41.64º 0.58% 0.55% -
HSV(B) 41.64º 0.65% 0.81% -
XYZ 40.08 40.5 11.84 -
YUV 166.66 74.58 156.06 -
System Red Green Blue C M Y K H S L
Decimal 206 165 72 0 0.20 0.65 0.19 41.64 0.58 0.55
Hex CE A5 48 0 14 41 13 2A 3A 37
Octal 316 245 110 0 24 101 23 52 72 67
Binary 11001110 10100101 1001000 0 10100 1000001 10011 101010 111010 110111

Color Harmonies of #CEA548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA548

Black with #CEA548

Text Example


Text Example

White with #CEA548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA548; }

 p { color: rgb(206,165,72); }

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

background-color css

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

 a { background-color: rgb(206,165,72); }

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

border-color css

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

 span { border-color: rgb(206,165,72); }

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