Html Css Color HEX #DCD985 Primrose

📋 copy color: '#DCD985'

red 220 ◦ green 217 ◦ blue 133

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

Shades of Primrose #DCD985

Tints of Primrose #DCD985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 23.33%

R = 38.6%
G = 38.07%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DCD985 (or 0xDCD985) is known color: Primrose. HEX triplet: DC, D9 and 85. RGB value is (220,217,133). Sum of RGB (Red+Green+Blue) = 220+217+133=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 217 (85.16% from 255 or 38.07% from 570); Blue value is 133 (52.34% from 255 or 23.33% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD985 is #23267A. Grayscale: #D0D0D0. Windows color (decimal): -2303611 or 8772060. OLE color: 8772060.

HSL color Cylindrical-coordinate representation of color #DCD985: hue angle of 57.93º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCD985 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 217 133 -
CMYK 0 0.01 0.40 0.14
HSL 57.93º 0.55% 0.69% -
HSV(B) 57.93º 0.4% 0.86% -
XYZ 58.56 66.53 31.95 -
YUV 208.32 85.49 136.33 -
System Red Green Blue C M Y K H S L
Decimal 220 217 133 0 0.01 0.40 0.14 57.93 0.55 0.69
Hex DC D9 85 0 1 28 E 3A 37 45
Octal 334 331 205 0 1 50 16 72 67 105
Binary 11011100 11011001 10000101 0 1 101000 1110 111010 110111 1000101

Color Harmonies of #DCD985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD985

Black with #DCD985

Text Example


Text Example

White with #DCD985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD985; }

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

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

background-color css

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

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

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

border-color css

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

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

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