Html Css Color HEX #CDD75C Wild Willow

📋 copy color: '#CDD75C'

red 205 ◦ green 215 ◦ blue 92

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

Shades of Wild Willow #CDD75C

Tints of Wild Willow #CDD75C

RGB

 RED value IS 205 (80.47% from 255) = 40.04%

 GREEN value IS 215 (84.38% from 255) = 41.99%

 BLUE value IS 92 (36.33% from 255) = 17.97%

R = 40.04%
G = 41.99%
B = 17.97%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#CDD75C (or 0xCDD75C) is known color: Wild Willow. HEX triplet: CD, D7 and 5C. RGB value is (205,215,92). Sum of RGB (Red+Green+Blue) = 205+215+92=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 215 (84.38% from 255 or 41.99% from 512); Blue value is 92 (36.33% from 255 or 17.97% from 512); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD75C is #3228A3. Grayscale: #C6C6C6. Windows color (decimal): -3287204 or 6084557. OLE color: 6084557.

HSL color Cylindrical-coordinate representation of color #CDD75C: hue angle of 64.88º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CDD75C is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 215 92 -
CMYK 0.05 0 0.57 0.16
HSL 64.88º 0.61% 0.6% -
HSV(B) 64.88º 0.57% 0.84% -
XYZ 51.41 62.35 19.45 -
YUV 197.99 68.19 133 -
System Red Green Blue C M Y K H S L
Decimal 205 215 92 0.05 0 0.57 0.16 64.88 0.61 0.6
Hex CD D7 5C 5 0 39 10 41 3D 3C
Octal 315 327 134 5 0 71 20 101 75 74
Binary 11001101 11010111 1011100 101 0 111001 10000 1000001 111101 111100

Color Harmonies of #CDD75C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD75C

Black with #CDD75C

Text Example


Text Example

White with #CDD75C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD75C; }

 p { color: rgb(205,215,92); }

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

background-color css

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

 a { background-color: rgb(205,215,92); }

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

border-color css

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

 span { border-color: rgb(205,215,92); }

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