Html Css Color HEX #FDCD67 Grandis

📋 copy color: '#FDCD67'

red 253 ◦ green 205 ◦ blue 103

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

Shades of Grandis #FDCD67

Tints of Grandis #FDCD67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 18.36%

R = 45.1%
G = 36.54%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FDCD67 (or 0xFDCD67) is known color: Grandis. HEX triplet: FD, CD and 67. RGB value is (253,205,103). Sum of RGB (Red+Green+Blue) = 253+205+103=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 205 (80.47% from 255 or 36.54% from 561); Blue value is 103 (40.62% from 255 or 18.36% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCD67 is #023298. Grayscale: #D0D0D0. Windows color (decimal): -144025 or 6802941. OLE color: 6802941.

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

Color convert

RGB 253 205 103 -
CMYK 0 0.19 0.59 0.01
HSL 40.8º 0.97% 0.7% -
HSV(B) 40.8º 0.59% 0.99% -
XYZ 64.79 65.52 22.06 -
YUV 207.72 68.9 160.29 -
System Red Green Blue C M Y K H S L
Decimal 253 205 103 0 0.19 0.59 0.01 40.8 0.97 0.7
Hex FD CD 67 0 13 3B 1 29 61 46
Octal 375 315 147 0 23 73 1 51 141 106
Binary 11111101 11001101 1100111 0 10011 111011 1 101001 1100001 1000110

Color Harmonies of #FDCD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD67

Black with #FDCD67

Text Example


Text Example

White with #FDCD67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD67; }

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

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

background-color css

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

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

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

border-color css

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

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

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