Html Css Color HEX #CCA64B Sundance

📋 copy color: '#CCA64B'

red 204 ◦ green 166 ◦ blue 75

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

Shades of Sundance #CCA64B

Tints of Sundance #CCA64B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.3%

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

R = 45.84%
G = 37.3%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CCA64B (or 0xCCA64B) is known color: Sundance. HEX triplet: CC, A6 and 4B. RGB value is (204,166,75). Sum of RGB (Red+Green+Blue) = 204+166+75=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 166 (65.23% from 255 or 37.30% from 445); Blue value is 75 (29.69% from 255 or 16.85% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA64B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA64B is #3359B4. Grayscale: #A7A7A7. Windows color (decimal): -3365301 or 4957900. OLE color: 4957900.

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

Color convert

RGB 204 166 75 -
CMYK 0 0.19 0.63 0.2
HSL 42.33º 0.56% 0.55% -
HSV(B) 42.33º 0.63% 0.8% -
XYZ 39.81 40.62 12.4 -
YUV 166.99 76.09 154.4 -
System Red Green Blue C M Y K H S L
Decimal 204 166 75 0 0.19 0.63 0.2 42.33 0.56 0.55
Hex CC A6 4B 0 13 3F 14 2A 38 37
Octal 314 246 113 0 23 77 24 52 70 67
Binary 11001100 10100110 1001011 0 10011 111111 10100 101010 111000 110111

Color Harmonies of #CCA64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA64B

Black with #CCA64B

Text Example


Text Example

White with #CCA64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA64B; }

 p { color: rgb(204,166,75); }

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

background-color css

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

 a { background-color: rgb(204,166,75); }

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

border-color css

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

 span { border-color: rgb(204,166,75); }

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