Html Css Color HEX #FDCD77 Grandis

📋 copy color: '#FDCD77'

red 253 ◦ green 205 ◦ blue 119

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

Shades of Grandis #FDCD77

Tints of Grandis #FDCD77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 20.62%

R = 43.85%
G = 35.53%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FDCD77 (or 0xFDCD77) is known color: Grandis. HEX triplet: FD, CD and 77. RGB value is (253,205,119). Sum of RGB (Red+Green+Blue) = 253+205+119=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 205 (80.47% from 255 or 35.53% from 577); Blue value is 119 (46.88% from 255 or 20.62% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCD77 is #023288. Grayscale: #D1D1D1. Windows color (decimal): -144009 or 7851517. OLE color: 7851517.

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

Color convert

RGB 253 205 119 -
CMYK 0 0.19 0.53 0.01
HSL 38.51º 0.97% 0.73% -
HSV(B) 38.51º 0.53% 0.99% -
XYZ 65.67 65.88 26.71 -
YUV 209.55 76.9 158.99 -
System Red Green Blue C M Y K H S L
Decimal 253 205 119 0 0.19 0.53 0.01 38.51 0.97 0.73
Hex FD CD 77 0 13 35 1 27 61 49
Octal 375 315 167 0 23 65 1 47 141 111
Binary 11111101 11001101 1110111 0 10011 110101 1 100111 1100001 1001001

Color Harmonies of #FDCD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD77

Black with #FDCD77

Text Example


Text Example

White with #FDCD77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD77; }

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

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

background-color css

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

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

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

border-color css

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

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

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