Html Css Color HEX #DCD784 Primrose

📋 copy color: '#DCD784'

red 220 ◦ green 215 ◦ blue 132

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

Shades of Primrose #DCD784

Tints of Primrose #DCD784

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.92%

 BLUE value IS 132 (51.95% from 255) = 23.28%

R = 38.8%
G = 37.92%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DCD784 (or 0xDCD784) is known color: Primrose. HEX triplet: DC, D7 and 84. RGB value is (220,215,132). Sum of RGB (Red+Green+Blue) = 220+215+132=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 215 (84.38% from 255 or 37.92% from 567); Blue value is 132 (51.95% from 255 or 23.28% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD784 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD784 is #23287B. Grayscale: #CFCFCF. Windows color (decimal): -2304124 or 8706012. OLE color: 8706012.

HSL color Cylindrical-coordinate representation of color #DCD784: hue angle of 56.59º degrees, saturation: 0.56, 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 #DCD784 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 215 132 -
CMYK 0 0.02 0.40 0.14
HSL 56.59º 0.56% 0.69% -
HSV(B) 56.59º 0.4% 0.86% -
XYZ 57.98 65.48 31.41 -
YUV 207.03 85.66 137.25 -
System Red Green Blue C M Y K H S L
Decimal 220 215 132 0 0.02 0.40 0.14 56.59 0.56 0.69
Hex DC D7 84 0 2 28 E 39 38 45
Octal 334 327 204 0 2 50 16 71 70 105
Binary 11011100 11010111 10000100 0 10 101000 1110 111001 111000 1000101

Color Harmonies of #DCD784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD784

Black with #DCD784

Text Example


Text Example

White with #DCD784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD784; }

 p { color: rgb(220,215,132); }

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

background-color css

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

 a { background-color: rgb(220,215,132); }

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

border-color css

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

 span { border-color: rgb(220,215,132); }

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