Html Css Color HEX #FDCD6D Grandis

📋 copy color: '#FDCD6D'

red 253 ◦ green 205 ◦ blue 109

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

Shades of Grandis #FDCD6D

Tints of Grandis #FDCD6D

RGB

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

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

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

R = 44.62%
G = 36.16%
B = 19.22%

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

#FDCD6D (or 0xFDCD6D) is known color: Grandis. HEX triplet: FD, CD and 6D. RGB value is (253,205,109). Sum of RGB (Red+Green+Blue) = 253+205+109=567 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.62% from 567); Green value is 205 (80.47% from 255 or 36.16% from 567); Blue value is 109 (42.97% from 255 or 19.22% from 567); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCD6D is #023292. Grayscale: #D0D0D0. Windows color (decimal): -144019 or 7196157. OLE color: 7196157.

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

Color convert

RGB 253 205 109 -
CMYK 0 0.19 0.57 0.01
HSL 40º 0.97% 0.71% -
HSV(B) 40º 0.57% 0.99% -
XYZ 65.1 65.65 23.71 -
YUV 208.41 71.9 159.81 -
System Red Green Blue C M Y K H S L
Decimal 253 205 109 0 0.19 0.57 0.01 40 0.97 0.71
Hex FD CD 6D 0 13 39 1 28 61 47
Octal 375 315 155 0 23 71 1 50 141 107
Binary 11111101 11001101 1101101 0 10011 111001 1 101000 1100001 1000111

Color Harmonies of #FDCD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD6D

Black with #FDCD6D

Text Example


Text Example

White with #FDCD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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