Html Css Color HEX #DCD58F Primrose

📋 copy color: '#DCD58F'

red 220 ◦ green 213 ◦ blue 143

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

Shades of Primrose #DCD58F

Tints of Primrose #DCD58F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.98%

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

R = 38.19%
G = 36.98%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DCD58F (or 0xDCD58F) is known color: Primrose. HEX triplet: DC, D5 and 8F. RGB value is (220,213,143). Sum of RGB (Red+Green+Blue) = 220+213+143=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 213 (83.59% from 255 or 36.98% from 576); Blue value is 143 (56.25% from 255 or 24.83% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD58F is #232A70. Grayscale: #CFCFCF. Windows color (decimal): -2304625 or 9426396. OLE color: 9426396.

HSL color Cylindrical-coordinate representation of color #DCD58F: hue angle of 54.55º 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 #DCD58F is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 213 143 -
CMYK 0 0.03 0.35 0.14
HSL 54.55º 0.52% 0.71% -
HSV(B) 54.55º 0.35% 0.86% -
XYZ 58.27 64.79 35.42 -
YUV 207.11 91.82 137.19 -
System Red Green Blue C M Y K H S L
Decimal 220 213 143 0 0.03 0.35 0.14 54.55 0.52 0.71
Hex DC D5 8F 0 3 23 E 37 34 47
Octal 334 325 217 0 3 43 16 67 64 107
Binary 11011100 11010101 10001111 0 11 100011 1110 110111 110100 1000111

Color Harmonies of #DCD58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD58F

Black with #DCD58F

Text Example


Text Example

White with #DCD58F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD58F; }

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

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

background-color css

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

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

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

border-color css

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

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

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