Html Css Color HEX #FDCD6E Grandis

📋 copy color: '#FDCD6E'

red 253 ◦ green 205 ◦ blue 110

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

Shades of Grandis #FDCD6E

Tints of Grandis #FDCD6E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.09%

 BLUE value IS 110 (43.36% from 255) = 19.37%

R = 44.54%
G = 36.09%
B = 19.37%

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

#FDCD6E (or 0xFDCD6E) is known color: Grandis. HEX triplet: FD, CD and 6E. RGB value is (253,205,110). Sum of RGB (Red+Green+Blue) = 253+205+110=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 205 (80.47% from 255 or 36.09% from 568); Blue value is 110 (43.36% from 255 or 19.37% from 568); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCD6E is #023291. Grayscale: #D0D0D0. Windows color (decimal): -144018 or 7261693. OLE color: 7261693.

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

Color convert

RGB 253 205 110 -
CMYK 0 0.19 0.57 0.01
HSL 39.86º 0.97% 0.71% -
HSV(B) 39.86º 0.57% 0.99% -
XYZ 65.15 65.67 23.99 -
YUV 208.52 72.4 159.72 -
System Red Green Blue C M Y K H S L
Decimal 253 205 110 0 0.19 0.57 0.01 39.86 0.97 0.71
Hex FD CD 6E 0 13 39 1 28 61 47
Octal 375 315 156 0 23 71 1 50 141 107
Binary 11111101 11001101 1101110 0 10011 111001 1 101000 1100001 1000111

Color Harmonies of #FDCD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD6E

Black with #FDCD6E

Text Example


Text Example

White with #FDCD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD6E; }

 p { color: rgb(253,205,110); }

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

background-color css

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

 a { background-color: rgb(253,205,110); }

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

border-color css

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

 span { border-color: rgb(253,205,110); }

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