Html Css Color HEX #DADB82 Primrose

📋 copy color: '#DADB82'

red 218 ◦ green 219 ◦ blue 130

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

Shades of Primrose #DADB82

Tints of Primrose #DADB82

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.62%

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

R = 38.45%
G = 38.62%
B = 22.93%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DADB82 (or 0xDADB82) is known color: Primrose. HEX triplet: DA, DB and 82. RGB value is (218,219,130). Sum of RGB (Red+Green+Blue) = 218+219+130=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 130 (51.17% from 255 or 22.93% from 567); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADB82 is #25247D. Grayscale: #D0D0D0. Windows color (decimal): -2434174 or 8575962. OLE color: 8575962.

HSL color Cylindrical-coordinate representation of color #DADB82: hue angle of 60.67º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DADB82 is Cyan = 0.00, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 219 130 -
CMYK 0.00 0 0.41 0.14
HSL 60.67º 0.55% 0.68% -
HSV(B) 60.67º 0.41% 0.86% -
XYZ 58.27 67.18 31.01 -
YUV 208.56 83.67 134.74 -
System Red Green Blue C M Y K H S L
Decimal 218 219 130 0.00 0 0.41 0.14 60.67 0.55 0.68
Hex DA DB 82 0 0 29 E 3D 37 44
Octal 332 333 202 0 0 51 16 75 67 104
Binary 11011010 11011011 10000010 0 0 101001 1110 111101 110111 1000100

Color Harmonies of #DADB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADB82

Black with #DADB82

Text Example


Text Example

White with #DADB82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADB82; }

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

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

background-color css

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

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

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

border-color css

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

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

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