Html Css Color HEX #DCDE9A Primrose

📋 copy color: '#DCDE9A'

red 220 ◦ green 222 ◦ blue 154

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

Shades of Primrose #DCDE9A

Tints of Primrose #DCDE9A

RGB

 RED value IS 220 (86.33% from 255) = 36.91%

 GREEN value IS 222 (87.11% from 255) = 37.25%

 BLUE value IS 154 (60.55% from 255) = 25.84%

R = 36.91%
G = 37.25%
B = 25.84%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DCDE9A (or 0xDCDE9A) is known color: Primrose. HEX triplet: DC, DE and 9A. RGB value is (220,222,154). Sum of RGB (Red+Green+Blue) = 220+222+154=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 222 (87.11% from 255 or 37.25% from 596); Blue value is 154 (60.55% from 255 or 25.84% from 596); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDE9A is #232165. Grayscale: #D5D5D5. Windows color (decimal): -2302310 or 10149596. OLE color: 10149596.

HSL color Cylindrical-coordinate representation of color #DCDE9A: hue angle of 61.76º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCDE9A is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 222 154 -
CMYK 0.01 0 0.31 0.13
HSL 61.76º 0.51% 0.74% -
HSV(B) 61.76º 0.31% 0.87% -
XYZ 61.47 69.79 40.8 -
YUV 213.65 94.34 132.53 -
System Red Green Blue C M Y K H S L
Decimal 220 222 154 0.01 0 0.31 0.13 61.76 0.51 0.74
Hex DC DE 9A 1 0 1F D 3E 33 4A
Octal 334 336 232 1 0 37 15 76 63 112
Binary 11011100 11011110 10011010 1 0 11111 1101 111110 110011 1001010

Color Harmonies of #DCDE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDE9A

Black with #DCDE9A

Text Example


Text Example

White with #DCDE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDE9A; }

 p { color: rgb(220,222,154); }

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

background-color css

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

 a { background-color: rgb(220,222,154); }

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

border-color css

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

 span { border-color: rgb(220,222,154); }

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