Html Css Color HEX #CEA54B Sundance

📋 copy color: '#CEA54B'

red 206 ◦ green 165 ◦ blue 75

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

Shades of Sundance #CEA54B

Tints of Sundance #CEA54B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.82%

R = 46.19%
G = 37%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CEA54B (or 0xCEA54B) is known color: Sundance. HEX triplet: CE, A5 and 4B. RGB value is (206,165,75). Sum of RGB (Red+Green+Blue) = 206+165+75=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 165 (64.84% from 255 or 37.00% from 446); Blue value is 75 (29.69% from 255 or 16.82% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA54B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA54B is #315AB4. Grayscale: #A7A7A7. Windows color (decimal): -3234485 or 4957646. OLE color: 4957646.

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

Color convert

RGB 206 165 75 -
CMYK 0 0.20 0.64 0.19
HSL 41.22º 0.57% 0.55% -
HSV(B) 41.22º 0.64% 0.81% -
XYZ 40.18 40.54 12.36 -
YUV 167 76.08 155.82 -
System Red Green Blue C M Y K H S L
Decimal 206 165 75 0 0.20 0.64 0.19 41.22 0.57 0.55
Hex CE A5 4B 0 14 40 13 29 39 37
Octal 316 245 113 0 24 100 23 51 71 67
Binary 11001110 10100101 1001011 0 10100 1000000 10011 101001 111001 110111

Color Harmonies of #CEA54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA54B

Black with #CEA54B

Text Example


Text Example

White with #CEA54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA54B; }

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

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

background-color css

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

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

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

border-color css

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

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

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