Html Css Color HEX #FDDA67 Dandelion

📋 copy color: '#FDDA67'

red 253 ◦ green 218 ◦ blue 103

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

Shades of Dandelion #FDDA67

Tints of Dandelion #FDDA67

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.98%

 BLUE value IS 103 (40.63% from 255) = 17.94%

R = 44.08%
G = 37.98%
B = 17.94%

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

#FDDA67 (or 0xFDDA67) is known color: Dandelion. HEX triplet: FD, DA and 67. RGB value is (253,218,103). Sum of RGB (Red+Green+Blue) = 253+218+103=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 103 (40.62% from 255 or 17.94% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDA67 is #022598. Grayscale: #D7D7D7. Windows color (decimal): -140697 or 6806269. OLE color: 6806269.

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

Color convert

RGB 253 218 103 -
CMYK 0 0.14 0.59 0.01
HSL 46º 0.97% 0.7% -
HSV(B) 46º 0.59% 0.99% -
XYZ 68.03 72 23.14 -
YUV 215.36 64.6 154.85 -
System Red Green Blue C M Y K H S L
Decimal 253 218 103 0 0.14 0.59 0.01 46 0.97 0.7
Hex FD DA 67 0 E 3B 1 2E 61 46
Octal 375 332 147 0 16 73 1 56 141 106
Binary 11111101 11011010 1100111 0 1110 111011 1 101110 1100001 1000110

Color Harmonies of #FDDA67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDA67

Black with #FDDA67

Text Example


Text Example

White with #FDDA67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDA67; }

 p { color: rgb(253,218,103); }

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

background-color css

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

 a { background-color: rgb(253,218,103); }

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

border-color css

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

 span { border-color: rgb(253,218,103); }

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