Html Css Color HEX #CCC85D Wild Willow

📋 copy color: '#CCC85D'

red 204 ◦ green 200 ◦ blue 93

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

Shades of Wild Willow #CCC85D

Tints of Wild Willow #CCC85D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.24%

 BLUE value IS 93 (36.72% from 255) = 18.71%

R = 41.05%
G = 40.24%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CCC85D (or 0xCCC85D) is known color: Wild Willow. HEX triplet: CC, C8 and 5D. RGB value is (204,200,93). Sum of RGB (Red+Green+Blue) = 204+200+93=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 200 (78.52% from 255 or 40.24% from 497); Blue value is 93 (36.72% from 255 or 18.71% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC85D is #3337A2. Grayscale: #BDBDBD. Windows color (decimal): -3356579 or 6146252. OLE color: 6146252.

HSL color Cylindrical-coordinate representation of color #CCC85D: hue angle of 57.84º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCC85D is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 200 93 -
CMYK 0 0.02 0.54 0.2
HSL 57.84º 0.52% 0.58% -
HSV(B) 57.84º 0.54% 0.8% -
XYZ 47.53 54.94 18.45 -
YUV 189 73.83 138.7 -
System Red Green Blue C M Y K H S L
Decimal 204 200 93 0 0.02 0.54 0.2 57.84 0.52 0.58
Hex CC C8 5D 0 2 36 14 3A 34 3A
Octal 314 310 135 0 2 66 24 72 64 72
Binary 11001100 11001000 1011101 0 10 110110 10100 111010 110100 111010

Color Harmonies of #CCC85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC85D

Black with #CCC85D

Text Example


Text Example

White with #CCC85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC85D; }

 p { color: rgb(204,200,93); }

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

background-color css

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

 a { background-color: rgb(204,200,93); }

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

border-color css

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

 span { border-color: rgb(204,200,93); }

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