Html Css Color HEX #DCDB84 Primrose

📋 copy color: '#DCDB84'

red 220 ◦ green 219 ◦ blue 132

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

Shades of Primrose #DCDB84

Tints of Primrose #DCDB84

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.35%

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

R = 38.53%
G = 38.35%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DCDB84 (or 0xDCDB84) is known color: Primrose. HEX triplet: DC, DB and 84. RGB value is (220,219,132). Sum of RGB (Red+Green+Blue) = 220+219+132=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 132 (51.95% from 255 or 23.12% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDB84 is #23247B. Grayscale: #D1D1D1. Windows color (decimal): -2303100 or 8707036. OLE color: 8707036.

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

Color convert

RGB 220 219 132 -
CMYK 0 0.00 0.40 0.14
HSL 59.32º 0.56% 0.69% -
HSV(B) 59.32º 0.4% 0.86% -
XYZ 59.01 67.54 31.76 -
YUV 209.38 84.33 135.57 -
System Red Green Blue C M Y K H S L
Decimal 220 219 132 0 0.00 0.40 0.14 59.32 0.56 0.69
Hex DC DB 84 0 0 28 E 3B 38 45
Octal 334 333 204 0 0 50 16 73 70 105
Binary 11011100 11011011 10000100 0 0 101000 1110 111011 111000 1000101

Color Harmonies of #DCDB84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDB84

Black with #DCDB84

Text Example


Text Example

White with #DCDB84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDB84; }

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

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

background-color css

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

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

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

border-color css

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

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

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