Html Css Color HEX #DADC92 Primrose

📋 copy color: '#DADC92'

red 218 ◦ green 220 ◦ blue 146

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

Shades of Primrose #DADC92

Tints of Primrose #DADC92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 25%

R = 37.33%
G = 37.67%
B = 25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DADC92 (or 0xDADC92) is known color: Primrose. HEX triplet: DA, DC and 92. RGB value is (218,220,146). Sum of RGB (Red+Green+Blue) = 218+220+146=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 146 (57.42% from 255 or 25% from 584); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADC92 is #25236D. Grayscale: #D3D3D3. Windows color (decimal): -2433902 or 9624794. OLE color: 9624794.

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

Color convert

RGB 218 220 146 -
CMYK 0.01 0 0.34 0.14
HSL 61.62º 0.51% 0.72% -
HSV(B) 61.62º 0.34% 0.86% -
XYZ 59.69 68.17 37.21 -
YUV 210.97 91.34 133.02 -
System Red Green Blue C M Y K H S L
Decimal 218 220 146 0.01 0 0.34 0.14 61.62 0.51 0.72
Hex DA DC 92 1 0 22 E 3E 33 48
Octal 332 334 222 1 0 42 16 76 63 110
Binary 11011010 11011100 10010010 1 0 100010 1110 111110 110011 1001000

Color Harmonies of #DADC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADC92

Black with #DADC92

Text Example


Text Example

White with #DADC92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADC92; }

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

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

background-color css

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

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

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

border-color css

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

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

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