Html Css Color HEX #CCDA64 Wild Willow

📋 copy color: '#CCDA64'

red 204 ◦ green 218 ◦ blue 100

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

Shades of Wild Willow #CCDA64

Tints of Wild Willow #CCDA64

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.76%

 BLUE value IS 100 (39.45% from 255) = 19.16%

R = 39.08%
G = 41.76%
B = 19.16%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#CCDA64 (or 0xCCDA64) is known color: Wild Willow. HEX triplet: CC, DA and 64. RGB value is (204,218,100). Sum of RGB (Red+Green+Blue) = 204+218+100=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 100 (39.45% from 255 or 19.16% from 522); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDA64 is #33259B. Grayscale: #C8C8C8. Windows color (decimal): -3351964 or 6609612. OLE color: 6609612.

HSL color Cylindrical-coordinate representation of color #CCDA64: hue angle of 67.12º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCDA64 is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 218 100 -
CMYK 0.06 0 0.54 0.15
HSL 67.12º 0.61% 0.62% -
HSV(B) 67.12º 0.54% 0.85% -
XYZ 52.27 63.9 21.64 -
YUV 200.36 71.36 130.59 -
System Red Green Blue C M Y K H S L
Decimal 204 218 100 0.06 0 0.54 0.15 67.12 0.61 0.62
Hex CC DA 64 6 0 36 F 43 3D 3E
Octal 314 332 144 6 0 66 17 103 75 76
Binary 11001100 11011010 1100100 110 0 110110 1111 1000011 111101 111110

Color Harmonies of #CCDA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDA64

Black with #CCDA64

Text Example


Text Example

White with #CCDA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDA64; }

 p { color: rgb(204,218,100); }

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

background-color css

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

 a { background-color: rgb(204,218,100); }

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

border-color css

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

 span { border-color: rgb(204,218,100); }

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