Html Css Color HEX #FDD267 Dandelion

📋 copy color: '#FDD267'

red 253 ◦ green 210 ◦ blue 103

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

Shades of Dandelion #FDD267

Tints of Dandelion #FDD267

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.1%

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

R = 44.7%
G = 37.1%
B = 18.2%

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

#FDD267 (or 0xFDD267) is known color: Dandelion. HEX triplet: FD, D2 and 67. RGB value is (253,210,103). Sum of RGB (Red+Green+Blue) = 253+210+103=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 210 (82.42% from 255 or 37.10% from 566); Blue value is 103 (40.62% from 255 or 18.20% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD267 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD267 is #022D98. Grayscale: #D3D3D3. Windows color (decimal): -142745 or 6804221. OLE color: 6804221.

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

Color convert

RGB 253 210 103 -
CMYK 0 0.17 0.59 0.01
HSL 42.8º 0.97% 0.7% -
HSV(B) 42.8º 0.59% 0.99% -
XYZ 66 67.96 22.47 -
YUV 210.66 67.25 158.2 -
System Red Green Blue C M Y K H S L
Decimal 253 210 103 0 0.17 0.59 0.01 42.8 0.97 0.7
Hex FD D2 67 0 11 3B 1 2B 61 46
Octal 375 322 147 0 21 73 1 53 141 106
Binary 11111101 11010010 1100111 0 10001 111011 1 101011 1100001 1000110

Color Harmonies of #FDD267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD267

Black with #FDD267

Text Example


Text Example

White with #FDD267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD267; }

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

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

background-color css

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

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

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

border-color css

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

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

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