Html Css Color HEX #FFD37E Salomie

📋 copy color: '#FFD37E'

red 255 ◦ green 211 ◦ blue 126

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

Shades of Salomie #FFD37E

Tints of Salomie #FFD37E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.64%

 BLUE value IS 126 (49.61% from 255) = 21.28%

R = 43.07%
G = 35.64%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FFD37E (or 0xFFD37E) is known color: Salomie. HEX triplet: FF, D3 and 7E. RGB value is (255,211,126). Sum of RGB (Red+Green+Blue) = 255+211+126=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 211 (82.81% from 255 or 35.64% from 592); Blue value is 126 (49.61% from 255 or 21.28% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD37E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD37E is #002C81. Grayscale: #D6D6D6. Windows color (decimal): -11394 or 8311807. OLE color: 8311807.

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

Color convert

RGB 255 211 126 -
CMYK 0 0.17 0.51 0
HSL 39.53º 1% 0.75% -
HSV(B) 39.53º 0.51% 1% -
XYZ 68.3 69.35 29.53 -
YUV 214.47 78.08 156.91 -
System Red Green Blue C M Y K H S L
Decimal 255 211 126 0 0.17 0.51 0 39.53 1 0.75
Hex FF D3 7E 0 11 33 0 28 64 4B
Octal 377 323 176 0 21 63 0 50 144 113
Binary 11111111 11010011 1111110 0 10001 110011 0 101000 1100100 1001011

Color Harmonies of #FFD37E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD37E

Black with #FFD37E

Text Example


Text Example

White with #FFD37E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD37E; }

 p { color: rgb(255,211,126); }

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

background-color css

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

 a { background-color: rgb(255,211,126); }

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

border-color css

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

 span { border-color: rgb(255,211,126); }

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