Html Css Color HEX #DCDF9A Primrose

📋 copy color: '#DCDF9A'

red 220 ◦ green 223 ◦ blue 154

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

Shades of Primrose #DCDF9A

Tints of Primrose #DCDF9A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.35%

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

R = 36.85%
G = 37.35%
B = 25.8%

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

#DCDF9A (or 0xDCDF9A) is known color: Primrose. HEX triplet: DC, DF and 9A. RGB value is (220,223,154). Sum of RGB (Red+Green+Blue) = 220+223+154=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 154 (60.55% from 255 or 25.80% from 597); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDF9A is #232065. Grayscale: #D6D6D6. Windows color (decimal): -2302054 or 10149852. OLE color: 10149852.

HSL color Cylindrical-coordinate representation of color #DCDF9A: hue angle of 62.61º degrees, saturation: 0.52, 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 #DCDF9A is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 223 154 -
CMYK 0.01 0 0.31 0.13
HSL 62.61º 0.52% 0.74% -
HSV(B) 62.61º 0.31% 0.87% -
XYZ 61.74 70.32 40.89 -
YUV 214.24 94.01 132.11 -
System Red Green Blue C M Y K H S L
Decimal 220 223 154 0.01 0 0.31 0.13 62.61 0.52 0.74
Hex DC DF 9A 1 0 1F D 3F 34 4A
Octal 334 337 232 1 0 37 15 77 64 112
Binary 11011100 11011111 10011010 1 0 11111 1101 111111 110100 1001010

Color Harmonies of #DCDF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDF9A

Black with #DCDF9A

Text Example


Text Example

White with #DCDF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDF9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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