Html Css Color HEX #DADC85 Primrose

📋 copy color: '#DADC85'

red 218 ◦ green 220 ◦ blue 133

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

Shades of Primrose #DADC85

Tints of Primrose #DADC85

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.53%

 BLUE value IS 133 (52.34% from 255) = 23.29%

R = 38.18%
G = 38.53%
B = 23.29%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DADC85 (or 0xDADC85) is known color: Primrose. HEX triplet: DA, DC and 85. RGB value is (218,220,133). Sum of RGB (Red+Green+Blue) = 218+220+133=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 133 (52.34% from 255 or 23.29% from 571); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADC85 is #25237A. Grayscale: #D1D1D1. Windows color (decimal): -2433915 or 8772826. OLE color: 8772826.

HSL color Cylindrical-coordinate representation of color #DADC85: hue angle of 61.38º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DADC85 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 220 133 -
CMYK 0.01 0 0.40 0.14
HSL 61.38º 0.55% 0.69% -
HSV(B) 61.38º 0.4% 0.86% -
XYZ 58.74 67.79 32.18 -
YUV 209.48 84.84 134.07 -
System Red Green Blue C M Y K H S L
Decimal 218 220 133 0.01 0 0.40 0.14 61.38 0.55 0.69
Hex DA DC 85 1 0 28 E 3D 37 45
Octal 332 334 205 1 0 50 16 75 67 105
Binary 11011010 11011100 10000101 1 0 101000 1110 111101 110111 1000101

Color Harmonies of #DADC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADC85

Black with #DADC85

Text Example


Text Example

White with #DADC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADC85; }

 p { color: rgb(218,220,133); }

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

background-color css

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

 a { background-color: rgb(218,220,133); }

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

border-color css

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

 span { border-color: rgb(218,220,133); }

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