Html Css Color HEX #DADB86 Primrose

📋 copy color: '#DADB86'

red 218 ◦ green 219 ◦ blue 134

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

Shades of Primrose #DADB86

Tints of Primrose #DADB86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 23.47%

R = 38.18%
G = 38.35%
B = 23.47%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DADB86 (or 0xDADB86) is known color: Primrose. HEX triplet: DA, DB and 86. RGB value is (218,219,134). Sum of RGB (Red+Green+Blue) = 218+219+134=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 134 (52.73% from 255 or 23.47% from 571); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADB86 is #252479. Grayscale: #D1D1D1. Windows color (decimal): -2434170 or 8838106. OLE color: 8838106.

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

Color convert

RGB 218 219 134 -
CMYK 0.00 0 0.39 0.14
HSL 60.71º 0.54% 0.69% -
HSV(B) 60.71º 0.39% 0.86% -
XYZ 58.55 67.29 32.46 -
YUV 209.01 85.67 134.41 -
System Red Green Blue C M Y K H S L
Decimal 218 219 134 0.00 0 0.39 0.14 60.71 0.54 0.69
Hex DA DB 86 0 0 27 E 3D 36 45
Octal 332 333 206 0 0 47 16 75 66 105
Binary 11011010 11011011 10000110 0 0 100111 1110 111101 110110 1000101

Color Harmonies of #DADB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADB86

Black with #DADB86

Text Example


Text Example

White with #DADB86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADB86; }

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

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

background-color css

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

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

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

border-color css

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

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

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