Html Css Color HEX #FDDC65 Dandelion

📋 copy color: '#FDDC65'

red 253 ◦ green 220 ◦ blue 101

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

Shades of Dandelion #FDDC65

Tints of Dandelion #FDDC65

RGB

 RED value IS 253 (99.22% from 255) = 44.08%

 GREEN value IS 220 (86.33% from 255) = 38.33%

 BLUE value IS 101 (39.84% from 255) = 17.6%

R = 44.08%
G = 38.33%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FDDC65 (or 0xFDDC65) is known color: Dandelion. HEX triplet: FD, DC and 65. RGB value is (253,220,101). Sum of RGB (Red+Green+Blue) = 253+220+101=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 101 (39.84% from 255 or 17.60% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDC65 is #02239A. Grayscale: #D8D8D8. Windows color (decimal): -140187 or 6675709. OLE color: 6675709.

HSL color Cylindrical-coordinate representation of color #FDDC65: hue angle of 46.97º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDDC65 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 220 101 -
CMYK 0 0.13 0.60 0.01
HSL 46.97º 0.97% 0.69% -
HSV(B) 46.97º 0.6% 0.99% -
XYZ 68.45 73.01 22.8 -
YUV 216.3 62.93 154.18 -
System Red Green Blue C M Y K H S L
Decimal 253 220 101 0 0.13 0.60 0.01 46.97 0.97 0.69
Hex FD DC 65 0 D 3C 1 2F 61 45
Octal 375 334 145 0 15 74 1 57 141 105
Binary 11111101 11011100 1100101 0 1101 111100 1 101111 1100001 1000101

Color Harmonies of #FDDC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC65

Black with #FDDC65

Text Example


Text Example

White with #FDDC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC65; }

 p { color: rgb(253,220,101); }

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

background-color css

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

 a { background-color: rgb(253,220,101); }

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

border-color css

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

 span { border-color: rgb(253,220,101); }

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