Html Css Color HEX #DADC90 Primrose

📋 copy color: '#DADC90'

red 218 ◦ green 220 ◦ blue 144

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

Shades of Primrose #DADC90

Tints of Primrose #DADC90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24.74%

R = 37.46%
G = 37.8%
B = 24.74%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DADC90 (or 0xDADC90) is known color: Primrose. HEX triplet: DA, DC and 90. RGB value is (218,220,144). Sum of RGB (Red+Green+Blue) = 218+220+144=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 220 (86.33% from 255 or 37.80% from 582); Blue value is 144 (56.64% from 255 or 24.74% from 582); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADC90 is #25236F. Grayscale: #D3D3D3. Windows color (decimal): -2433904 or 9493722. OLE color: 9493722.

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

Color convert

RGB 218 220 144 -
CMYK 0.01 0 0.35 0.14
HSL 61.58º 0.52% 0.71% -
HSV(B) 61.58º 0.35% 0.86% -
XYZ 59.54 68.11 36.39 -
YUV 210.74 90.34 133.18 -
System Red Green Blue C M Y K H S L
Decimal 218 220 144 0.01 0 0.35 0.14 61.58 0.52 0.71
Hex DA DC 90 1 0 23 E 3E 34 47
Octal 332 334 220 1 0 43 16 76 64 107
Binary 11011010 11011100 10010000 1 0 100011 1110 111110 110100 1000111

Color Harmonies of #DADC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADC90

Black with #DADC90

Text Example


Text Example

White with #DADC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADC90; }

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

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

background-color css

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

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

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

border-color css

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

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

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