Html Css Color HEX #D5DA92 Primrose

📋 copy color: '#D5DA92'

red 213 ◦ green 218 ◦ blue 146

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

Shades of Primrose #D5DA92

Tints of Primrose #D5DA92

RGB

 RED value IS 213 (83.59% from 255) = 36.92%

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

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

R = 36.92%
G = 37.78%
B = 25.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D5DA92 (or 0xD5DA92) is known color: Primrose. HEX triplet: D5, DA and 92. RGB value is (213,218,146). Sum of RGB (Red+Green+Blue) = 213+218+146=577 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.92% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 146 (57.42% from 255 or 25.30% from 577); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DA92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DA92 is #2A256D. Grayscale: #D0D0D0. Windows color (decimal): -2762094 or 9624277. OLE color: 9624277.

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

Color convert

RGB 213 218 146 -
CMYK 0.02 0 0.33 0.15
HSL 64.17º 0.49% 0.71% -
HSV(B) 64.17º 0.33% 0.85% -
XYZ 57.7 66.36 36.96 -
YUV 208.3 92.84 131.35 -
System Red Green Blue C M Y K H S L
Decimal 213 218 146 0.02 0 0.33 0.15 64.17 0.49 0.71
Hex D5 DA 92 2 0 21 F 40 31 47
Octal 325 332 222 2 0 41 17 100 61 107
Binary 11010101 11011010 10010010 10 0 100001 1111 1000000 110001 1000111

Color Harmonies of #D5DA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DA92

Black with #D5DA92

Text Example


Text Example

White with #D5DA92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DA92; }

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

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

background-color css

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

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

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

border-color css

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

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

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