Html Css Color HEX #CCAE4E Sundance

📋 copy color: '#CCAE4E'

red 204 ◦ green 174 ◦ blue 78

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

Shades of Sundance #CCAE4E

Tints of Sundance #CCAE4E

RGB

 RED value IS 204 (80.08% from 255) = 44.74%

 GREEN value IS 174 (68.36% from 255) = 38.16%

 BLUE value IS 78 (30.86% from 255) = 17.11%

R = 44.74%
G = 38.16%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CCAE4E (or 0xCCAE4E) is known color: Sundance. HEX triplet: CC, AE and 4E. RGB value is (204,174,78). Sum of RGB (Red+Green+Blue) = 204+174+78=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 78 (30.86% from 255 or 17.11% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAE4E is #3351B1. Grayscale: #ACACAC. Windows color (decimal): -3363250 or 5156556. OLE color: 5156556.

HSL color Cylindrical-coordinate representation of color #CCAE4E: hue angle of 45.71º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCAE4E is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 174 78 -
CMYK 0 0.15 0.62 0.2
HSL 45.71º 0.55% 0.55% -
HSV(B) 45.71º 0.62% 0.8% -
XYZ 41.41 43.66 13.45 -
YUV 172.03 74.94 150.81 -
System Red Green Blue C M Y K H S L
Decimal 204 174 78 0 0.15 0.62 0.2 45.71 0.55 0.55
Hex CC AE 4E 0 F 3E 14 2E 37 37
Octal 314 256 116 0 17 76 24 56 67 67
Binary 11001100 10101110 1001110 0 1111 111110 10100 101110 110111 110111

Color Harmonies of #CCAE4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAE4E

Black with #CCAE4E

Text Example


Text Example

White with #CCAE4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAE4E; }

 p { color: rgb(204,174,78); }

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

background-color css

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

 a { background-color: rgb(204,174,78); }

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

border-color css

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

 span { border-color: rgb(204,174,78); }

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