Html Css Color HEX #CCD05E Wild Willow

📋 copy color: '#CCD05E'

red 204 ◦ green 208 ◦ blue 94

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

Shades of Wild Willow #CCD05E

Tints of Wild Willow #CCD05E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.11%

 BLUE value IS 94 (37.11% from 255) = 18.58%

R = 40.32%
G = 41.11%
B = 18.58%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#CCD05E (or 0xCCD05E) is known color: Wild Willow. HEX triplet: CC, D0 and 5E. RGB value is (204,208,94). Sum of RGB (Red+Green+Blue) = 204+208+94=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 208 (81.64% from 255 or 41.11% from 506); Blue value is 94 (37.11% from 255 or 18.58% from 506); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD05E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD05E is #332FA1. Grayscale: #C2C2C2. Windows color (decimal): -3354530 or 6213836. OLE color: 6213836.

HSL color Cylindrical-coordinate representation of color #CCD05E: hue angle of 62.11º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCD05E is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 208 94 -
CMYK 0.02 0 0.55 0.18
HSL 62.11º 0.55% 0.59% -
HSV(B) 62.11º 0.55% 0.82% -
XYZ 49.48 58.76 19.32 -
YUV 193.81 71.67 135.27 -
System Red Green Blue C M Y K H S L
Decimal 204 208 94 0.02 0 0.55 0.18 62.11 0.55 0.59
Hex CC D0 5E 2 0 37 12 3E 37 3B
Octal 314 320 136 2 0 67 22 76 67 73
Binary 11001100 11010000 1011110 10 0 110111 10010 111110 110111 111011

Color Harmonies of #CCD05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD05E

Black with #CCD05E

Text Example


Text Example

White with #CCD05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD05E; }

 p { color: rgb(204,208,94); }

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

background-color css

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

 a { background-color: rgb(204,208,94); }

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

border-color css

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

 span { border-color: rgb(204,208,94); }

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