Html Css Color HEX #DCDA82 Primrose

📋 copy color: '#DCDA82'

red 220 ◦ green 218 ◦ blue 130

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

Shades of Primrose #DCDA82

Tints of Primrose #DCDA82

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.38%

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

R = 38.73%
G = 38.38%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DCDA82 (or 0xDCDA82) is known color: Primrose. HEX triplet: DC, DA and 82. RGB value is (220,218,130). Sum of RGB (Red+Green+Blue) = 220+218+130=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 218 (85.55% from 255 or 38.38% from 568); Blue value is 130 (51.17% from 255 or 22.89% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDA82 is #23257D. Grayscale: #D0D0D0. Windows color (decimal): -2303358 or 8575708. OLE color: 8575708.

HSL color Cylindrical-coordinate representation of color #DCDA82: hue angle of 58.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 #DCDA82 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 218 130 -
CMYK 0 0.01 0.41 0.14
HSL 58.67º 0.56% 0.69% -
HSV(B) 58.67º 0.41% 0.86% -
XYZ 58.62 66.97 30.96 -
YUV 208.57 83.66 136.16 -
System Red Green Blue C M Y K H S L
Decimal 220 218 130 0 0.01 0.41 0.14 58.67 0.56 0.69
Hex DC DA 82 0 1 29 E 3B 38 45
Octal 334 332 202 0 1 51 16 73 70 105
Binary 11011100 11011010 10000010 0 1 101001 1110 111011 111000 1000101

Color Harmonies of #DCDA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDA82

Black with #DCDA82

Text Example


Text Example

White with #DCDA82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDA82; }

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

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

background-color css

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

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

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

border-color css

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

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

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