Html Css Color HEX #CCD35A Wild Willow

📋 copy color: '#CCD35A'

red 204 ◦ green 211 ◦ blue 90

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

Shades of Wild Willow #CCD35A

Tints of Wild Willow #CCD35A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.78%

 BLUE value IS 90 (35.55% from 255) = 17.82%

R = 40.4%
G = 41.78%
B = 17.82%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#CCD35A (or 0xCCD35A) is known color: Wild Willow. HEX triplet: CC, D3 and 5A. RGB value is (204,211,90). Sum of RGB (Red+Green+Blue) = 204+211+90=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 211 (82.81% from 255 or 41.78% from 505); Blue value is 90 (35.55% from 255 or 17.82% from 505); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD35A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD35A is #332CA5. Grayscale: #C3C3C3. Windows color (decimal): -3353766 or 5952460. OLE color: 5952460.

HSL color Cylindrical-coordinate representation of color #CCD35A: hue angle of 63.47º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCD35A is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 211 90 -
CMYK 0.03 0 0.57 0.17
HSL 63.47º 0.58% 0.59% -
HSV(B) 63.47º 0.57% 0.83% -
XYZ 50.04 60.16 18.65 -
YUV 195.11 68.68 134.34 -
System Red Green Blue C M Y K H S L
Decimal 204 211 90 0.03 0 0.57 0.17 63.47 0.58 0.59
Hex CC D3 5A 3 0 39 11 3F 3A 3B
Octal 314 323 132 3 0 71 21 77 72 73
Binary 11001100 11010011 1011010 11 0 111001 10001 111111 111010 111011

Color Harmonies of #CCD35A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD35A

Black with #CCD35A

Text Example


Text Example

White with #CCD35A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD35A; }

 p { color: rgb(204,211,90); }

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

background-color css

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

 a { background-color: rgb(204,211,90); }

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

border-color css

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

 span { border-color: rgb(204,211,90); }

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