Html Css Color HEX #FFD37C Salomie

📋 copy color: '#FFD37C'

red 255 ◦ green 211 ◦ blue 124

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

Shades of Salomie #FFD37C

Tints of Salomie #FFD37C

RGB

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

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

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

R = 43.22%
G = 35.76%
B = 21.02%

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

#FFD37C (or 0xFFD37C) is known color: Salomie. HEX triplet: FF, D3 and 7C. RGB value is (255,211,124). Sum of RGB (Red+Green+Blue) = 255+211+124=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 211 (82.81% from 255 or 35.76% from 590); Blue value is 124 (48.83% from 255 or 21.02% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD37C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD37C is #002C83. Grayscale: #D6D6D6. Windows color (decimal): -11396 or 8180735. OLE color: 8180735.

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

Color convert

RGB 255 211 124 -
CMYK 0 0.17 0.51 0
HSL 39.85º 1% 0.74% -
HSV(B) 39.85º 0.51% 1% -
XYZ 68.17 69.3 28.85 -
YUV 214.24 77.08 157.07 -
System Red Green Blue C M Y K H S L
Decimal 255 211 124 0 0.17 0.51 0 39.85 1 0.74
Hex FF D3 7C 0 11 33 0 28 64 4A
Octal 377 323 174 0 21 63 0 50 144 112
Binary 11111111 11010011 1111100 0 10001 110011 0 101000 1100100 1001010

Color Harmonies of #FFD37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD37C

Black with #FFD37C

Text Example


Text Example

White with #FFD37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD37C; }

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

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

background-color css

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

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

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

border-color css

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

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

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