Html Css Color HEX #CDD74F Wild Willow

📋 copy color: '#CDD74F'

red 205 ◦ green 215 ◦ blue 79

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

Shades of Wild Willow #CDD74F

Tints of Wild Willow #CDD74F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.83%

R = 41.08%
G = 43.09%
B = 15.83%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#CDD74F (or 0xCDD74F) is known color: Wild Willow. HEX triplet: CD, D7 and 4F. RGB value is (205,215,79). Sum of RGB (Red+Green+Blue) = 205+215+79=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 215 (84.38% from 255 or 43.09% from 499); Blue value is 79 (31.25% from 255 or 15.83% from 499); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD74F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD74F is #3228B0. Grayscale: #C5C5C5. Windows color (decimal): -3287217 or 5232589. OLE color: 5232589.

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

Color convert

RGB 205 215 79 -
CMYK 0.05 0 0.63 0.16
HSL 64.41º 0.63% 0.58% -
HSV(B) 64.41º 0.63% 0.84% -
XYZ 50.89 62.14 16.71 -
YUV 196.51 61.69 134.06 -
System Red Green Blue C M Y K H S L
Decimal 205 215 79 0.05 0 0.63 0.16 64.41 0.63 0.58
Hex CD D7 4F 5 0 3F 10 40 3F 3A
Octal 315 327 117 5 0 77 20 100 77 72
Binary 11001101 11010111 1001111 101 0 111111 10000 1000000 111111 111010

Color Harmonies of #CDD74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD74F

Black with #CDD74F

Text Example


Text Example

White with #CDD74F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD74F; }

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

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

background-color css

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

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

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

border-color css

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

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

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