Html Css Color HEX #DCDF8B Primrose

📋 copy color: '#DCDF8B'

red 220 ◦ green 223 ◦ blue 139

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

Shades of Primrose #DCDF8B

Tints of Primrose #DCDF8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 23.88%

R = 37.8%
G = 38.32%
B = 23.88%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DCDF8B (or 0xDCDF8B) is known color: Primrose. HEX triplet: DC, DF and 8B. RGB value is (220,223,139). Sum of RGB (Red+Green+Blue) = 220+223+139=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 223 (87.5% from 255 or 38.32% from 582); Blue value is 139 (54.69% from 255 or 23.88% from 582); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDF8B is #232074. Grayscale: #D4D4D4. Windows color (decimal): -2302069 or 9166812. OLE color: 9166812.

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

Color convert

RGB 220 223 139 -
CMYK 0.01 0 0.38 0.13
HSL 62.14º 0.57% 0.71% -
HSV(B) 62.14º 0.38% 0.87% -
XYZ 60.56 69.86 34.72 -
YUV 212.53 86.51 133.33 -
System Red Green Blue C M Y K H S L
Decimal 220 223 139 0.01 0 0.38 0.13 62.14 0.57 0.71
Hex DC DF 8B 1 0 26 D 3E 39 47
Octal 334 337 213 1 0 46 15 76 71 107
Binary 11011100 11011111 10001011 1 0 100110 1101 111110 111001 1000111

Color Harmonies of #DCDF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDF8B

Black with #DCDF8B

Text Example


Text Example

White with #DCDF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDF8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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