Html Css Color HEX #DADC93 Primrose

📋 copy color: '#DADC93'

red 218 ◦ green 220 ◦ blue 147

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

Shades of Primrose #DADC93

Tints of Primrose #DADC93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 25.13%

R = 37.26%
G = 37.61%
B = 25.13%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DADC93 (or 0xDADC93) is known color: Primrose. HEX triplet: DA, DC and 93. RGB value is (218,220,147). Sum of RGB (Red+Green+Blue) = 218+220+147=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 147 (57.81% from 255 or 25.13% from 585); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADC93 is #25236C. Grayscale: #D3D3D3. Windows color (decimal): -2433901 or 9690330. OLE color: 9690330.

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

Color convert

RGB 218 220 147 -
CMYK 0.01 0 0.33 0.14
HSL 61.64º 0.51% 0.72% -
HSV(B) 61.64º 0.33% 0.86% -
XYZ 59.77 68.2 37.62 -
YUV 211.08 91.84 132.94 -
System Red Green Blue C M Y K H S L
Decimal 218 220 147 0.01 0 0.33 0.14 61.64 0.51 0.72
Hex DA DC 93 1 0 21 E 3E 33 48
Octal 332 334 223 1 0 41 16 76 63 110
Binary 11011010 11011100 10010011 1 0 100001 1110 111110 110011 1001000

Color Harmonies of #DADC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADC93

Black with #DADC93

Text Example


Text Example

White with #DADC93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADC93; }

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

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

background-color css

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

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

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

border-color css

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

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

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