Html Css Color HEX #FDD968 Dandelion

📋 copy color: '#FDD968'

red 253 ◦ green 217 ◦ blue 104

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

Shades of Dandelion #FDD968

Tints of Dandelion #FDD968

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.8%

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

R = 44.08%
G = 37.8%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FDD968 (or 0xFDD968) is known color: Dandelion. HEX triplet: FD, D9 and 68. RGB value is (253,217,104). Sum of RGB (Red+Green+Blue) = 253+217+104=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 217 (85.16% from 255 or 37.80% from 574); Blue value is 104 (41.02% from 255 or 18.12% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD968 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD968 is #022697. Grayscale: #D7D7D7. Windows color (decimal): -140952 or 6871549. OLE color: 6871549.

HSL color Cylindrical-coordinate representation of color #FDD968: hue angle of 45.5º 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 #FDD968 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 217 104 -
CMYK 0 0.14 0.59 0.01
HSL 45.5º 0.97% 0.7% -
HSV(B) 45.5º 0.59% 0.99% -
XYZ 67.82 71.51 23.32 -
YUV 214.88 65.43 155.19 -
System Red Green Blue C M Y K H S L
Decimal 253 217 104 0 0.14 0.59 0.01 45.5 0.97 0.7
Hex FD D9 68 0 E 3B 1 2E 61 46
Octal 375 331 150 0 16 73 1 56 141 106
Binary 11111101 11011001 1101000 0 1110 111011 1 101110 1100001 1000110

Color Harmonies of #FDD968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD968

Black with #FDD968

Text Example


Text Example

White with #FDD968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD968; }

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

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

background-color css

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

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

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

border-color css

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

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

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