Html Css Color HEX #FFD56C Grandis

📋 copy color: '#FFD56C'

red 255 ◦ green 213 ◦ blue 108

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

Shades of Grandis #FFD56C

Tints of Grandis #FFD56C

RGB

 RED value IS 255 (100% from 255) = 44.27%

 GREEN value IS 213 (83.59% from 255) = 36.98%

 BLUE value IS 108 (42.58% from 255) = 18.75%

R = 44.27%
G = 36.98%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FFD56C (or 0xFFD56C) is known color: Grandis. HEX triplet: FF, D5 and 6C. RGB value is (255,213,108). Sum of RGB (Red+Green+Blue) = 255+213+108=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 213 (83.59% from 255 or 36.98% from 576); Blue value is 108 (42.58% from 255 or 18.75% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD56C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD56C is #002A93. Grayscale: #D6D6D6. Windows color (decimal): -10900 or 7132671. OLE color: 7132671.

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

Color convert

RGB 255 213 108 -
CMYK 0 0.16 0.58 0
HSL 42.86º 1% 0.71% -
HSV(B) 42.86º 0.58% 1% -
XYZ 67.74 69.93 24.12 -
YUV 213.59 68.41 157.54 -
System Red Green Blue C M Y K H S L
Decimal 255 213 108 0 0.16 0.58 0 42.86 1 0.71
Hex FF D5 6C 0 10 3A 0 2B 64 47
Octal 377 325 154 0 20 72 0 53 144 107
Binary 11111111 11010101 1101100 0 10000 111010 0 101011 1100100 1000111

Color Harmonies of #FFD56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD56C

Black with #FFD56C

Text Example


Text Example

White with #FFD56C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD56C; }

 p { color: rgb(255,213,108); }

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

background-color css

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

 a { background-color: rgb(255,213,108); }

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

border-color css

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

 span { border-color: rgb(255,213,108); }

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