Html Css Color HEX #DAD783 Primrose

📋 copy color: '#DAD783'

red 218 ◦ green 215 ◦ blue 131

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

Shades of Primrose #DAD783

Tints of Primrose #DAD783

RGB

 RED value IS 218 (85.55% from 255) = 38.65%

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

 BLUE value IS 131 (51.56% from 255) = 23.23%

R = 38.65%
G = 38.12%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#DAD783 (or 0xDAD783) is known color: Primrose. HEX triplet: DA, D7 and 83. RGB value is (218,215,131). Sum of RGB (Red+Green+Blue) = 218+215+131=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 215 (84.38% from 255 or 38.12% from 564); Blue value is 131 (51.56% from 255 or 23.23% from 564); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD783 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD783 is #25287C. Grayscale: #CECECE. Windows color (decimal): -2435197 or 8640474. OLE color: 8640474.

HSL color Cylindrical-coordinate representation of color #DAD783: hue angle of 57.93º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DAD783 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 215 131 -
CMYK 0 0.01 0.40 0.15
HSL 57.93º 0.54% 0.68% -
HSV(B) 57.93º 0.4% 0.85% -
XYZ 57.31 65.15 31.03 -
YUV 206.32 85.49 136.33 -
System Red Green Blue C M Y K H S L
Decimal 218 215 131 0 0.01 0.40 0.15 57.93 0.54 0.68
Hex DA D7 83 0 1 28 F 3A 36 44
Octal 332 327 203 0 1 50 17 72 66 104
Binary 11011010 11010111 10000011 0 1 101000 1111 111010 110110 1000100

Color Harmonies of #DAD783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD783

Black with #DAD783

Text Example


Text Example

White with #DAD783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD783; }

 p { color: rgb(218,215,131); }

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

background-color css

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

 a { background-color: rgb(218,215,131); }

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

border-color css

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

 span { border-color: rgb(218,215,131); }

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