Html Css Color HEX #FDCC6D Grandis

📋 copy color: '#FDCC6D'

red 253 ◦ green 204 ◦ blue 109

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

Shades of Grandis #FDCC6D

Tints of Grandis #FDCC6D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.04%

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

R = 44.7%
G = 36.04%
B = 19.26%

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

#FDCC6D (or 0xFDCC6D) is known color: Grandis. HEX triplet: FD, CC and 6D. RGB value is (253,204,109). Sum of RGB (Red+Green+Blue) = 253+204+109=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 204 (80.08% from 255 or 36.04% from 566); Blue value is 109 (42.97% from 255 or 19.26% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCC6D is #023392. Grayscale: #D0D0D0. Windows color (decimal): -144275 or 7195901. OLE color: 7195901.

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

Color convert

RGB 253 204 109 -
CMYK 0 0.19 0.57 0.01
HSL 39.58º 0.97% 0.71% -
HSV(B) 39.58º 0.57% 0.99% -
XYZ 64.86 65.17 23.63 -
YUV 207.82 72.23 160.22 -
System Red Green Blue C M Y K H S L
Decimal 253 204 109 0 0.19 0.57 0.01 39.58 0.97 0.71
Hex FD CC 6D 0 13 39 1 28 61 47
Octal 375 314 155 0 23 71 1 50 141 107
Binary 11111101 11001100 1101101 0 10011 111001 1 101000 1100001 1000111

Color Harmonies of #FDCC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCC6D

Black with #FDCC6D

Text Example


Text Example

White with #FDCC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCC6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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