Html Css Color HEX #FFD97C Salomie

📋 copy color: '#FFD97C'

red 255 ◦ green 217 ◦ blue 124

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

Shades of Salomie #FFD97C

Tints of Salomie #FFD97C

RGB

 RED value IS 255 (100% from 255) = 42.79%

 GREEN value IS 217 (85.16% from 255) = 36.41%

 BLUE value IS 124 (48.83% from 255) = 20.81%

R = 42.79%
G = 36.41%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FFD97C (or 0xFFD97C) is known color: Salomie. HEX triplet: FF, D9 and 7C. RGB value is (255,217,124). Sum of RGB (Red+Green+Blue) = 255+217+124=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 217 (85.16% from 255 or 36.41% from 596); Blue value is 124 (48.83% from 255 or 20.81% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD97C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD97C is #002683. Grayscale: #DADADA. Windows color (decimal): -9860 or 8182271. OLE color: 8182271.

HSL color Cylindrical-coordinate representation of color #FFD97C: hue angle of 42.6º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFD97C is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.

Color convert

RGB 255 217 124 -
CMYK 0 0.15 0.51 0
HSL 42.6º 1% 0.74% -
HSV(B) 42.6º 0.51% 1% -
XYZ 69.69 72.34 29.36 -
YUV 217.76 75.09 154.56 -
System Red Green Blue C M Y K H S L
Decimal 255 217 124 0 0.15 0.51 0 42.6 1 0.74
Hex FF D9 7C 0 F 33 0 2B 64 4A
Octal 377 331 174 0 17 63 0 53 144 112
Binary 11111111 11011001 1111100 0 1111 110011 0 101011 1100100 1001010

Color Harmonies of #FFD97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD97C

Black with #FFD97C

Text Example


Text Example

White with #FFD97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD97C; }

 p { color: rgb(255,217,124); }

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

background-color css

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

 a { background-color: rgb(255,217,124); }

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

border-color css

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

 span { border-color: rgb(255,217,124); }

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