Html Css Color HEX #DADC8B Primrose

📋 copy color: '#DADC8B'

red 218 ◦ green 220 ◦ blue 139

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

Shades of Primrose #DADC8B

Tints of Primrose #DADC8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 24.09%

R = 37.78%
G = 38.13%
B = 24.09%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DADC8B (or 0xDADC8B) is known color: Primrose. HEX triplet: DA, DC and 8B. RGB value is (218,220,139). Sum of RGB (Red+Green+Blue) = 218+220+139=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 139 (54.69% from 255 or 24.09% from 577); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADC8B is #252374. Grayscale: #D2D2D2. Windows color (decimal): -2433909 or 9166042. OLE color: 9166042.

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

Color convert

RGB 218 220 139 -
CMYK 0.01 0 0.37 0.14
HSL 61.48º 0.54% 0.7% -
HSV(B) 61.48º 0.37% 0.86% -
XYZ 59.17 67.96 34.42 -
YUV 210.17 87.84 133.59 -
System Red Green Blue C M Y K H S L
Decimal 218 220 139 0.01 0 0.37 0.14 61.48 0.54 0.7
Hex DA DC 8B 1 0 25 E 3D 36 46
Octal 332 334 213 1 0 45 16 75 66 106
Binary 11011010 11011100 10001011 1 0 100101 1110 111101 110110 1000110

Color Harmonies of #DADC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADC8B

Black with #DADC8B

Text Example


Text Example

White with #DADC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADC8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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