Html Css Color HEX #DADC9A Primrose

📋 copy color: '#DADC9A'

red 218 ◦ green 220 ◦ blue 154

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

Shades of Primrose #DADC9A

Tints of Primrose #DADC9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 26.01%

R = 36.82%
G = 37.16%
B = 26.01%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#DADC9A (or 0xDADC9A) is known color: Primrose. HEX triplet: DA, DC and 9A. RGB value is (218,220,154). Sum of RGB (Red+Green+Blue) = 218+220+154=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 154 (60.55% from 255 or 26.01% from 592); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADC9A is #252365. Grayscale: #D4D4D4. Windows color (decimal): -2433894 or 10149082. OLE color: 10149082.

HSL color Cylindrical-coordinate representation of color #DADC9A: hue angle of 61.82º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DADC9A is Cyan = 0.01, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 220 154 -
CMYK 0.01 0 0.3 0.14
HSL 61.82º 0.49% 0.73% -
HSV(B) 61.82º 0.3% 0.86% -
XYZ 60.34 68.42 40.6 -
YUV 211.88 95.34 132.37 -
System Red Green Blue C M Y K H S L
Decimal 218 220 154 0.01 0 0.3 0.14 61.82 0.49 0.73
Hex DA DC 9A 1 0 1E E 3E 31 49
Octal 332 334 232 1 0 36 16 76 61 111
Binary 11011010 11011100 10011010 1 0 11110 1110 111110 110001 1001001

Color Harmonies of #DADC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADC9A

Black with #DADC9A

Text Example


Text Example

White with #DADC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADC9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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