Html Css Color HEX #DCDF99 Primrose

📋 copy color: '#DCDF99'

red 220 ◦ green 223 ◦ blue 153

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

Shades of Primrose #DCDF99

Tints of Primrose #DCDF99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 25.67%

R = 36.91%
G = 37.42%
B = 25.67%

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

#DCDF99 (or 0xDCDF99) is known color: Primrose. HEX triplet: DC, DF and 99. RGB value is (220,223,153). Sum of RGB (Red+Green+Blue) = 220+223+153=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 223 (87.5% from 255 or 37.42% from 596); Blue value is 153 (60.16% from 255 or 25.67% from 596); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDF99 is #232066. Grayscale: #D6D6D6. Windows color (decimal): -2302055 or 10084316. OLE color: 10084316.

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

Color convert

RGB 220 223 153 -
CMYK 0.01 0 0.31 0.13
HSL 62.57º 0.52% 0.74% -
HSV(B) 62.57º 0.31% 0.87% -
XYZ 61.65 70.29 40.46 -
YUV 214.12 93.51 132.19 -
System Red Green Blue C M Y K H S L
Decimal 220 223 153 0.01 0 0.31 0.13 62.57 0.52 0.74
Hex DC DF 99 1 0 1F D 3F 34 4A
Octal 334 337 231 1 0 37 15 77 64 112
Binary 11011100 11011111 10011001 1 0 11111 1101 111111 110100 1001010

Color Harmonies of #DCDF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDF99

Black with #DCDF99

Text Example


Text Example

White with #DCDF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDF99; }

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

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

background-color css

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

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

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

border-color css

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

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

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