Html Css Color HEX #FDD384 Salomie

📋 copy color: '#FDD384'

red 253 ◦ green 211 ◦ blue 132

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

Shades of Salomie #FDD384

Tints of Salomie #FDD384

RGB

 RED value IS 253 (99.22% from 255) = 42.45%

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

 BLUE value IS 132 (51.95% from 255) = 22.15%

R = 42.45%
G = 35.4%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FDD384 (or 0xFDD384) is known color: Salomie. HEX triplet: FD, D3 and 84. RGB value is (253,211,132). Sum of RGB (Red+Green+Blue) = 253+211+132=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 211 (82.81% from 255 or 35.40% from 596); Blue value is 132 (51.95% from 255 or 22.15% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD384 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD384 is #022C7B. Grayscale: #D6D6D6. Windows color (decimal): -142460 or 8705021. OLE color: 8705021.

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

Color convert

RGB 253 211 132 -
CMYK 0 0.17 0.48 0.01
HSL 39.17º 0.97% 0.75% -
HSV(B) 39.17º 0.48% 0.99% -
XYZ 67.97 69.14 31.59 -
YUV 214.55 81.41 155.42 -
System Red Green Blue C M Y K H S L
Decimal 253 211 132 0 0.17 0.48 0.01 39.17 0.97 0.75
Hex FD D3 84 0 11 30 1 27 61 4B
Octal 375 323 204 0 21 60 1 47 141 113
Binary 11111101 11010011 10000100 0 10001 110000 1 100111 1100001 1001011

Color Harmonies of #FDD384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD384

Black with #FDD384

Text Example


Text Example

White with #FDD384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD384; }

 p { color: rgb(253,211,132); }

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

background-color css

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

 a { background-color: rgb(253,211,132); }

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

border-color css

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

 span { border-color: rgb(253,211,132); }

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