Html Css Color HEX #FDCD6C Grandis

📋 copy color: '#FDCD6C'

red 253 ◦ green 205 ◦ blue 108

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

Shades of Grandis #FDCD6C

Tints of Grandis #FDCD6C

RGB

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

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

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

R = 44.7%
G = 36.22%
B = 19.08%

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

#FDCD6C (or 0xFDCD6C) is known color: Grandis. HEX triplet: FD, CD and 6C. RGB value is (253,205,108). Sum of RGB (Red+Green+Blue) = 253+205+108=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 108 (42.58% from 255 or 19.08% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCD6C is #023293. Grayscale: #D0D0D0. Windows color (decimal): -144020 or 7130621. OLE color: 7130621.

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

Color convert

RGB 253 205 108 -
CMYK 0 0.19 0.57 0.01
HSL 40.14º 0.97% 0.71% -
HSV(B) 40.14º 0.57% 0.99% -
XYZ 65.05 65.63 23.43 -
YUV 208.29 71.4 159.89 -
System Red Green Blue C M Y K H S L
Decimal 253 205 108 0 0.19 0.57 0.01 40.14 0.97 0.71
Hex FD CD 6C 0 13 39 1 28 61 47
Octal 375 315 154 0 23 71 1 50 141 107
Binary 11111101 11001101 1101100 0 10011 111001 1 101000 1100001 1000111

Color Harmonies of #FDCD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD6C

Black with #FDCD6C

Text Example


Text Example

White with #FDCD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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