Html Css Color HEX #DCD782 Primrose

📋 copy color: '#DCD782'

red 220 ◦ green 215 ◦ blue 130

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

Shades of Primrose #DCD782

Tints of Primrose #DCD782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 23.01%

R = 38.94%
G = 38.05%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DCD782 (or 0xDCD782) is known color: Primrose. HEX triplet: DC, D7 and 82. RGB value is (220,215,130). Sum of RGB (Red+Green+Blue) = 220+215+130=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 215 (84.38% from 255 or 38.05% from 565); Blue value is 130 (51.17% from 255 or 23.01% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD782 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD782 is #23287D. Grayscale: #CFCFCF. Windows color (decimal): -2304126 or 8574940. OLE color: 8574940.

HSL color Cylindrical-coordinate representation of color #DCD782: hue angle of 56.67º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCD782 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 215 130 -
CMYK 0 0.02 0.41 0.14
HSL 56.67º 0.56% 0.69% -
HSV(B) 56.67º 0.41% 0.86% -
XYZ 57.84 65.43 30.7 -
YUV 206.81 84.66 137.41 -
System Red Green Blue C M Y K H S L
Decimal 220 215 130 0 0.02 0.41 0.14 56.67 0.56 0.69
Hex DC D7 82 0 2 29 E 39 38 45
Octal 334 327 202 0 2 51 16 71 70 105
Binary 11011100 11010111 10000010 0 10 101001 1110 111001 111000 1000101

Color Harmonies of #DCD782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD782

Black with #DCD782

Text Example


Text Example

White with #DCD782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD782; }

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

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

background-color css

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

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

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

border-color css

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

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

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