Html Css Color HEX #DAD683 Primrose

📋 copy color: '#DAD683'

red 218 ◦ green 214 ◦ blue 131

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

Shades of Primrose #DAD683

Tints of Primrose #DAD683

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.01%

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

R = 38.72%
G = 38.01%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#DAD683 (or 0xDAD683) is known color: Primrose. HEX triplet: DA, D6 and 83. RGB value is (218,214,131). Sum of RGB (Red+Green+Blue) = 218+214+131=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 214 (83.98% from 255 or 38.01% from 563); Blue value is 131 (51.56% from 255 or 23.27% from 563); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD683 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD683 is #25297C. Grayscale: #CECECE. Windows color (decimal): -2435453 or 8640218. OLE color: 8640218.

HSL color Cylindrical-coordinate representation of color #DAD683: hue angle of 57.24º 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 #DAD683 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 214 131 -
CMYK 0 0.02 0.40 0.15
HSL 57.24º 0.54% 0.68% -
HSV(B) 57.24º 0.4% 0.85% -
XYZ 57.06 64.64 30.94 -
YUV 205.73 85.83 136.75 -
System Red Green Blue C M Y K H S L
Decimal 218 214 131 0 0.02 0.40 0.15 57.24 0.54 0.68
Hex DA D6 83 0 2 28 F 39 36 44
Octal 332 326 203 0 2 50 17 71 66 104
Binary 11011010 11010110 10000011 0 10 101000 1111 111001 110110 1000100

Color Harmonies of #DAD683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD683

Black with #DAD683

Text Example


Text Example

White with #DAD683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD683; }

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

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

background-color css

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

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

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

border-color css

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

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

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