Html Css Color HEX #DADD82 Primrose

📋 copy color: '#DADD82'

red 218 ◦ green 221 ◦ blue 130

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

Shades of Primrose #DADD82

Tints of Primrose #DADD82

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.84%

 BLUE value IS 130 (51.17% from 255) = 22.85%

R = 38.31%
G = 38.84%
B = 22.85%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DADD82 (or 0xDADD82) is known color: Primrose. HEX triplet: DA, DD and 82. RGB value is (218,221,130). Sum of RGB (Red+Green+Blue) = 218+221+130=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 130 (51.17% from 255 or 22.85% from 569); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADD82 is #25227D. Grayscale: #D2D2D2. Windows color (decimal): -2433662 or 8576474. OLE color: 8576474.

HSL color Cylindrical-coordinate representation of color #DADD82: hue angle of 61.98º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DADD82 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 221 130 -
CMYK 0.01 0 0.41 0.13
HSL 61.98º 0.57% 0.69% -
HSV(B) 61.98º 0.41% 0.87% -
XYZ 58.8 68.23 31.19 -
YUV 209.73 83.01 133.9 -
System Red Green Blue C M Y K H S L
Decimal 218 221 130 0.01 0 0.41 0.13 61.98 0.57 0.69
Hex DA DD 82 1 0 29 D 3E 39 45
Octal 332 335 202 1 0 51 15 76 71 105
Binary 11011010 11011101 10000010 1 0 101001 1101 111110 111001 1000101

Color Harmonies of #DADD82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADD82

Black with #DADD82

Text Example


Text Example

White with #DADD82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADD82; }

 p { color: rgb(218,221,130); }

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

background-color css

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

 a { background-color: rgb(218,221,130); }

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

border-color css

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

 span { border-color: rgb(218,221,130); }

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