#CFD35D

Color #CFD35D Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #CFD35D

Tints of Wild Willow #CFD35D

Color information

#CFD35D (or 0xCFD35D) is unknown color: approx Wild Willow. HEX triplet: CF, D3 and 5D. RGB value is (207,211,93). Sum of RGB (Red+Green+Blue) = 207+211+93=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 211 (82.81% from 255 or 41.29% from 511); Blue value is 93 (36.72% from 255 or 18.20% from 511); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD35D is #302CA2. Grayscale: #C4C4C4. Windows color (decimal): -3157155 or 6149071. OLE color: 6149071.

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

Color convert

RGB20721193-
CMYK0.0200.560.17
HSL62.03º57.28%59.61%-
HSV(B)62.03º55.92%82.75%-
XYZ5160.6419.37-
YUV196.3569.67135.59-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.51%
GREEN value IS 211 (82.81% from 255) = 41.29%
BLUE value IS 93 (36.72% from 255) = 18.20%
R=40.51%
G=41.29%
B=18.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal207211930.0200.560.1762.0357.2859.61
HexCFD35D2038113e393c
Octal317323135207021767174
Binary1100111111010011101110110011100010001111110111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD35D; }

 p { color: rgb(207,211,93); }

 H1.HeaderClassName
 {
   color: #CFD35D;
 }
 .AnyTagClassName
 {
   color: #CFD35D;
 }
</style>
background-color css

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

 a { background-color: rgb(207,211,93); }

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

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

 span { border-color: rgb(207,211,93); }

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