Html Css Color HEX #DAD792 Primrose

📋 copy color: '#DAD792'

red 218 ◦ green 215 ◦ blue 146

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

Shades of Primrose #DAD792

Tints of Primrose #DAD792

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.13%

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

R = 37.65%
G = 37.13%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DAD792 (or 0xDAD792) is known color: Primrose. HEX triplet: DA, D7 and 92. RGB value is (218,215,146). Sum of RGB (Red+Green+Blue) = 218+215+146=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 215 (84.38% from 255 or 37.13% from 579); Blue value is 146 (57.42% from 255 or 25.22% from 579); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD792 is #25286D. Grayscale: #D0D0D0. Windows color (decimal): -2435182 or 9623514. OLE color: 9623514.

HSL color Cylindrical-coordinate representation of color #DAD792: hue angle of 57.5º 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 #DAD792 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 215 146 -
CMYK 0 0.01 0.33 0.15
HSL 57.5º 0.49% 0.71% -
HSV(B) 57.5º 0.33% 0.85% -
XYZ 58.4 65.58 36.77 -
YUV 208.03 92.99 135.11 -
System Red Green Blue C M Y K H S L
Decimal 218 215 146 0 0.01 0.33 0.15 57.5 0.49 0.71
Hex DA D7 92 0 1 21 F 3A 31 47
Octal 332 327 222 0 1 41 17 72 61 107
Binary 11011010 11010111 10010010 0 1 100001 1111 111010 110001 1000111

Color Harmonies of #DAD792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD792

Black with #DAD792

Text Example


Text Example

White with #DAD792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD792; }

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

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

background-color css

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

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

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

border-color css

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

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

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