Html Css Color HEX #DCD98F Primrose

📋 copy color: '#DCD98F'

red 220 ◦ green 217 ◦ blue 143

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

Shades of Primrose #DCD98F

Tints of Primrose #DCD98F

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.41%

 BLUE value IS 143 (56.25% from 255) = 24.66%

R = 37.93%
G = 37.41%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DCD98F (or 0xDCD98F) is known color: Primrose. HEX triplet: DC, D9 and 8F. RGB value is (220,217,143). Sum of RGB (Red+Green+Blue) = 220+217+143=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 217 (85.16% from 255 or 37.41% from 580); Blue value is 143 (56.25% from 255 or 24.66% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD98F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD98F is #232670. Grayscale: #D1D1D1. Windows color (decimal): -2303601 or 9427420. OLE color: 9427420.

HSL color Cylindrical-coordinate representation of color #DCD98F: hue angle of 57.66º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCD98F is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 217 143 -
CMYK 0 0.01 0.35 0.14
HSL 57.66º 0.52% 0.71% -
HSV(B) 57.66º 0.35% 0.86% -
XYZ 59.29 66.82 35.76 -
YUV 209.46 90.49 135.52 -
System Red Green Blue C M Y K H S L
Decimal 220 217 143 0 0.01 0.35 0.14 57.66 0.52 0.71
Hex DC D9 8F 0 1 23 E 3A 34 47
Octal 334 331 217 0 1 43 16 72 64 107
Binary 11011100 11011001 10001111 0 1 100011 1110 111010 110100 1000111

Color Harmonies of #DCD98F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD98F

Black with #DCD98F

Text Example


Text Example

White with #DCD98F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD98F; }

 p { color: rgb(220,217,143); }

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

background-color css

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

 a { background-color: rgb(220,217,143); }

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

border-color css

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

 span { border-color: rgb(220,217,143); }

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