Html Css Color HEX #FFD772 Salomie

📋 copy color: '#FFD772'

red 255 ◦ green 215 ◦ blue 114

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

Shades of Salomie #FFD772

Tints of Salomie #FFD772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 19.52%

R = 43.66%
G = 36.82%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FFD772 (or 0xFFD772) is known color: Salomie. HEX triplet: FF, D7 and 72. RGB value is (255,215,114). Sum of RGB (Red+Green+Blue) = 255+215+114=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 215 (84.38% from 255 or 36.82% from 584); Blue value is 114 (44.92% from 255 or 19.52% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD772 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD772 is #00288D. Grayscale: #D7D7D7. Windows color (decimal): -10382 or 7526399. OLE color: 7526399.

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

Color convert

RGB 255 215 114 -
CMYK 0 0.16 0.55 0
HSL 42.98º 1% 0.72% -
HSV(B) 42.98º 0.55% 1% -
XYZ 68.58 71.08 26.02 -
YUV 215.45 70.75 156.21 -
System Red Green Blue C M Y K H S L
Decimal 255 215 114 0 0.16 0.55 0 42.98 1 0.72
Hex FF D7 72 0 10 37 0 2B 64 48
Octal 377 327 162 0 20 67 0 53 144 110
Binary 11111111 11010111 1110010 0 10000 110111 0 101011 1100100 1001000

Color Harmonies of #FFD772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD772

Black with #FFD772

Text Example


Text Example

White with #FFD772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD772; }

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

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

background-color css

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

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

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

border-color css

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

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

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