Html Css Color HEX #CCA750 Sundance

📋 copy color: '#CCA750'

red 204 ◦ green 167 ◦ blue 80

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

Shades of Sundance #CCA750

Tints of Sundance #CCA750

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.03%

 BLUE value IS 80 (31.64% from 255) = 17.74%

R = 45.23%
G = 37.03%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CCA750 (or 0xCCA750) is known color: Sundance. HEX triplet: CC, A7 and 50. RGB value is (204,167,80). Sum of RGB (Red+Green+Blue) = 204+167+80=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 167 (65.62% from 255 or 37.03% from 451); Blue value is 80 (31.64% from 255 or 17.74% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA750 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA750 is #3358AF. Grayscale: #A8A8A8. Windows color (decimal): -3365040 or 5285836. OLE color: 5285836.

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

Color convert

RGB 204 167 80 -
CMYK 0 0.18 0.61 0.2
HSL 42.1º 0.55% 0.56% -
HSV(B) 42.1º 0.61% 0.8% -
XYZ 40.17 41.05 13.4 -
YUV 168.15 78.26 153.57 -
System Red Green Blue C M Y K H S L
Decimal 204 167 80 0 0.18 0.61 0.2 42.1 0.55 0.56
Hex CC A7 50 0 12 3D 14 2A 37 38
Octal 314 247 120 0 22 75 24 52 67 70
Binary 11001100 10100111 1010000 0 10010 111101 10100 101010 110111 111000

Color Harmonies of #CCA750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA750

Black with #CCA750

Text Example


Text Example

White with #CCA750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA750; }

 p { color: rgb(204,167,80); }

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

background-color css

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

 a { background-color: rgb(204,167,80); }

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

border-color css

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

 span { border-color: rgb(204,167,80); }

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