Html Css Color HEX #CFD062 Wild Willow

📋 copy color: '#CFD062'

red 207 ◦ green 208 ◦ blue 98

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

Shades of Wild Willow #CFD062

Tints of Wild Willow #CFD062

RGB

 RED value IS 207 (81.25% from 255) = 40.35%

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

 BLUE value IS 98 (38.67% from 255) = 19.1%

R = 40.35%
G = 40.55%
B = 19.1%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#CFD062 (or 0xCFD062) is known color: Wild Willow. HEX triplet: CF, D0 and 62. RGB value is (207,208,98). Sum of RGB (Red+Green+Blue) = 207+208+98=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 208 (81.64% from 255 or 40.55% from 513); Blue value is 98 (38.67% from 255 or 19.10% from 513); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD062 is #302F9D. Grayscale: #C3C3C3. Windows color (decimal): -3157918 or 6475983. OLE color: 6475983.

HSL color Cylindrical-coordinate representation of color #CFD062: hue angle of 60.55º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFD062 is Cyan = 0.00, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 208 98 -
CMYK 0.00 0 0.53 0.18
HSL 60.55º 0.54% 0.6% -
HSV(B) 60.55º 0.53% 0.82% -
XYZ 50.49 59.26 20.33 -
YUV 195.16 73.17 136.44 -
System Red Green Blue C M Y K H S L
Decimal 207 208 98 0.00 0 0.53 0.18 60.55 0.54 0.6
Hex CF D0 62 0 0 35 12 3D 36 3C
Octal 317 320 142 0 0 65 22 75 66 74
Binary 11001111 11010000 1100010 0 0 110101 10010 111101 110110 111100

Color Harmonies of #CFD062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD062

Black with #CFD062

Text Example


Text Example

White with #CFD062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD062; }

 p { color: rgb(207,208,98); }

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

background-color css

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

 a { background-color: rgb(207,208,98); }

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

border-color css

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

 span { border-color: rgb(207,208,98); }

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