Html Css Color HEX #FFD681 Salomie

📋 copy color: '#FFD681'

red 255 ◦ green 214 ◦ blue 129

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

Shades of Salomie #FFD681

Tints of Salomie #FFD681

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.79%

 BLUE value IS 129 (50.78% from 255) = 21.57%

R = 42.64%
G = 35.79%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FFD681 (or 0xFFD681) is known color: Salomie. HEX triplet: FF, D6 and 81. RGB value is (255,214,129). Sum of RGB (Red+Green+Blue) = 255+214+129=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 214 (83.98% from 255 or 35.79% from 598); Blue value is 129 (50.78% from 255 or 21.57% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD681 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD681 is #00297E. Grayscale: #D8D8D8. Windows color (decimal): -10623 or 8509183. OLE color: 8509183.

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

Color convert

RGB 255 214 129 -
CMYK 0 0.16 0.49 0
HSL 40.48º 1% 0.75% -
HSV(B) 40.48º 0.49% 1% -
XYZ 69.25 70.94 30.81 -
YUV 216.57 78.58 155.41 -
System Red Green Blue C M Y K H S L
Decimal 255 214 129 0 0.16 0.49 0 40.48 1 0.75
Hex FF D6 81 0 10 31 0 28 64 4B
Octal 377 326 201 0 20 61 0 50 144 113
Binary 11111111 11010110 10000001 0 10000 110001 0 101000 1100100 1001011

Color Harmonies of #FFD681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD681

Black with #FFD681

Text Example


Text Example

White with #FFD681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD681; }

 p { color: rgb(255,214,129); }

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

background-color css

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

 a { background-color: rgb(255,214,129); }

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

border-color css

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

 span { border-color: rgb(255,214,129); }

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