Html Css Color HEX #FFD77C Salomie

📋 copy color: '#FFD77C'

red 255 ◦ green 215 ◦ blue 124

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

Shades of Salomie #FFD77C

Tints of Salomie #FFD77C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.2%

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

R = 42.93%
G = 36.2%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FFD77C (or 0xFFD77C) is known color: Salomie. HEX triplet: FF, D7 and 7C. RGB value is (255,215,124). Sum of RGB (Red+Green+Blue) = 255+215+124=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 215 (84.38% from 255 or 36.20% from 594); Blue value is 124 (48.83% from 255 or 20.88% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD77C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD77C is #002883. Grayscale: #D8D8D8. Windows color (decimal): -10372 or 8181759. OLE color: 8181759.

HSL color Cylindrical-coordinate representation of color #FFD77C: hue angle of 41.68º 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 #FFD77C is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.

Color convert

RGB 255 215 124 -
CMYK 0 0.16 0.51 0
HSL 41.68º 1% 0.74% -
HSV(B) 41.68º 0.51% 1% -
XYZ 69.18 71.32 29.19 -
YUV 216.59 75.75 155.4 -
System Red Green Blue C M Y K H S L
Decimal 255 215 124 0 0.16 0.51 0 41.68 1 0.74
Hex FF D7 7C 0 10 33 0 2A 64 4A
Octal 377 327 174 0 20 63 0 52 144 112
Binary 11111111 11010111 1111100 0 10000 110011 0 101010 1100100 1001010

Color Harmonies of #FFD77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD77C

Black with #FFD77C

Text Example


Text Example

White with #FFD77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD77C; }

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

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

background-color css

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

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

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

border-color css

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

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

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