Html Css Color HEX #DAD492 Primrose

📋 copy color: '#DAD492'

red 218 ◦ green 212 ◦ blue 146

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

Shades of Primrose #DAD492

Tints of Primrose #DAD492

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.81%

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

R = 37.85%
G = 36.81%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DAD492 (or 0xDAD492) is known color: Primrose. HEX triplet: DA, D4 and 92. RGB value is (218,212,146). Sum of RGB (Red+Green+Blue) = 218+212+146=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 212 (83.20% from 255 or 36.81% from 576); Blue value is 146 (57.42% from 255 or 25.35% from 576); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD492 is #252B6D. Grayscale: #CECECE. Windows color (decimal): -2435950 or 9622746. OLE color: 9622746.

HSL color Cylindrical-coordinate representation of color #DAD492: hue angle of 55º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAD492 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 212 146 -
CMYK 0 0.03 0.33 0.15
HSL 55º 0.49% 0.71% -
HSV(B) 55º 0.33% 0.85% -
XYZ 57.65 64.07 36.52 -
YUV 206.27 93.99 136.37 -
System Red Green Blue C M Y K H S L
Decimal 218 212 146 0 0.03 0.33 0.15 55 0.49 0.71
Hex DA D4 92 0 3 21 F 37 31 47
Octal 332 324 222 0 3 41 17 67 61 107
Binary 11011010 11010100 10010010 0 11 100001 1111 110111 110001 1000111

Color Harmonies of #DAD492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD492

Black with #DAD492

Text Example


Text Example

White with #DAD492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD492; }

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

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

background-color css

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

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

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

border-color css

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

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

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