Html Css Color HEX #DAD692 Primrose

📋 copy color: '#DAD692'

red 218 ◦ green 214 ◦ blue 146

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

Shades of Primrose #DAD692

Tints of Primrose #DAD692

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.02%

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

R = 37.72%
G = 37.02%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DAD692 (or 0xDAD692) is known color: Primrose. HEX triplet: DA, D6 and 92. RGB value is (218,214,146). Sum of RGB (Red+Green+Blue) = 218+214+146=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 214 (83.98% from 255 or 37.02% from 578); Blue value is 146 (57.42% from 255 or 25.26% from 578); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD692 is #25296D. Grayscale: #CFCFCF. Windows color (decimal): -2435438 or 9623258. OLE color: 9623258.

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

Color convert

RGB 218 214 146 -
CMYK 0 0.02 0.33 0.15
HSL 56.67º 0.49% 0.71% -
HSV(B) 56.67º 0.33% 0.85% -
XYZ 58.15 65.07 36.69 -
YUV 207.44 93.33 135.53 -
System Red Green Blue C M Y K H S L
Decimal 218 214 146 0 0.02 0.33 0.15 56.67 0.49 0.71
Hex DA D6 92 0 2 21 F 39 31 47
Octal 332 326 222 0 2 41 17 71 61 107
Binary 11011010 11010110 10010010 0 10 100001 1111 111001 110001 1000111

Color Harmonies of #DAD692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD692

Black with #DAD692

Text Example


Text Example

White with #DAD692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD692; }

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

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

background-color css

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

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

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

border-color css

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

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

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