#FFD35C

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

Shades of Dandelion #FFD35C

Tints of Dandelion #FFD35C

Color information

#FFD35C (or 0xFFD35C) is unknown color: approx Dandelion. HEX triplet: FF, D3 and 5C. RGB value is (255,211,92). Sum of RGB (Red+Green+Blue) = 255+211+92=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 211 (82.81% from 255 or 37.81% from 558); Blue value is 92 (36.33% from 255 or 16.49% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD35C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD35C is #002CA3. Grayscale: #D3D3D3. Windows color (decimal): -11428 or 6083583. OLE color: 6083583.

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

Color convert

RGB25521192-
CMYK00.170.640
HSL43.8º100%68.04%-
HSV(B)43.8º63.92%100%-
XYZ66.4768.6219.87-
YUV210.5961.08159.68-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.70%
GREEN value IS 211 (82.81% from 255) = 37.81%
BLUE value IS 92 (36.33% from 255) = 16.49%
R=45.70%
G=37.81%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552119200.170.64043.810068.04
HexFFD35C0114002c6444
Octal377323134021100054144104
Binary111111111101001110111000100011000000010110011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD35C; }

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

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

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

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

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

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

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

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