#FFD25C

Color #FFD25C Dandelion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dandelion #FFD25C

Tints of Dandelion #FFD25C

Color information

#FFD25C (or 0xFFD25C) is unknown color: approx Dandelion. HEX triplet: FF, D2 and 5C. RGB value is (255,210,92). Sum of RGB (Red+Green+Blue) = 255+210+92=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 210 (82.42% from 255 or 37.70% from 557); Blue value is 92 (36.33% from 255 or 16.52% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD25C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD25C is #002DA3. Grayscale: #D2D2D2. Windows color (decimal): -11684 or 6083327. OLE color: 6083327.

HSL color Cylindrical-coordinate representation of color #FFD25C: hue angle of 43.44º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFD25C is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB25521092-
CMYK00.180.640
HSL43.44º100%68.04%-
HSV(B)43.44º63.92%100%-
XYZ66.2268.1319.78-
YUV21061.41160.09-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.78%
GREEN value IS 210 (82.42% from 255) = 37.70%
BLUE value IS 92 (36.33% from 255) = 16.52%
R=45.78%
G=37.70%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552109200.180.64043.4410068.04
HexFFD25C0124002b6444
Octal377322134022100053144104
Binary111111111101001010111000100101000000010101111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD25C; }

 p { color: rgb(255,210,92); }

 H1.HeaderClassName
 {
   color: #FFD25C;
 }
 .AnyTagClassName
 {
   color: #FFD25C;
 }
</style>
background-color css

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

 a { background-color: rgb(255,210,92); }

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

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

 span { border-color: rgb(255,210,92); }

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