Html Css Color HEX #FDD368 Dandelion

📋 copy color: '#FDD368'

red 253 ◦ green 211 ◦ blue 104

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

Shades of Dandelion #FDD368

Tints of Dandelion #FDD368

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.15%

 BLUE value IS 104 (41.02% from 255) = 18.31%

R = 44.54%
G = 37.15%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FDD368 (or 0xFDD368) is known color: Dandelion. HEX triplet: FD, D3 and 68. RGB value is (253,211,104). Sum of RGB (Red+Green+Blue) = 253+211+104=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 211 (82.81% from 255 or 37.15% from 568); Blue value is 104 (41.02% from 255 or 18.31% from 568); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD368 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD368 is #022C97. Grayscale: #D3D3D3. Windows color (decimal): -142488 or 6870013. OLE color: 6870013.

HSL color Cylindrical-coordinate representation of color #FDD368: hue angle of 43.09º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FDD368 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 211 104 -
CMYK 0 0.17 0.59 0.01
HSL 43.09º 0.97% 0.7% -
HSV(B) 43.09º 0.59% 0.99% -
XYZ 66.3 68.47 22.82 -
YUV 211.36 67.41 157.7 -
System Red Green Blue C M Y K H S L
Decimal 253 211 104 0 0.17 0.59 0.01 43.09 0.97 0.7
Hex FD D3 68 0 11 3B 1 2B 61 46
Octal 375 323 150 0 21 73 1 53 141 106
Binary 11111101 11010011 1101000 0 10001 111011 1 101011 1100001 1000110

Color Harmonies of #FDD368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD368

Black with #FDD368

Text Example


Text Example

White with #FDD368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD368; }

 p { color: rgb(253,211,104); }

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

background-color css

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

 a { background-color: rgb(253,211,104); }

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

border-color css

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

 span { border-color: rgb(253,211,104); }

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