Html Css Color HEX #FDCE6D Grandis

📋 copy color: '#FDCE6D'

red 253 ◦ green 206 ◦ blue 109

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

Shades of Grandis #FDCE6D

Tints of Grandis #FDCE6D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.27%

 BLUE value IS 109 (42.97% from 255) = 19.19%

R = 44.54%
G = 36.27%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FDCE6D (or 0xFDCE6D) is known color: Grandis. HEX triplet: FD, CE and 6D. RGB value is (253,206,109). Sum of RGB (Red+Green+Blue) = 253+206+109=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 206 (80.86% from 255 or 36.27% from 568); Blue value is 109 (42.97% from 255 or 19.19% from 568); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCE6D is #023192. Grayscale: #D1D1D1. Windows color (decimal): -143763 or 7196413. OLE color: 7196413.

HSL color Cylindrical-coordinate representation of color #FDCE6D: hue angle of 40.42º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FDCE6D is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 206 109 -
CMYK 0 0.19 0.57 0.01
HSL 40.42º 0.97% 0.71% -
HSV(B) 40.42º 0.57% 0.99% -
XYZ 65.34 66.13 23.79 -
YUV 209 71.57 159.39 -
System Red Green Blue C M Y K H S L
Decimal 253 206 109 0 0.19 0.57 0.01 40.42 0.97 0.71
Hex FD CE 6D 0 13 39 1 28 61 47
Octal 375 316 155 0 23 71 1 50 141 107
Binary 11111101 11001110 1101101 0 10011 111001 1 101000 1100001 1000111

Color Harmonies of #FDCE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCE6D

Black with #FDCE6D

Text Example


Text Example

White with #FDCE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCE6D; }

 p { color: rgb(253,206,109); }

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

background-color css

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

 a { background-color: rgb(253,206,109); }

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

border-color css

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

 span { border-color: rgb(253,206,109); }

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