Html Css Color HEX #DCDA88 Primrose

📋 copy color: '#DCDA88'

red 220 ◦ green 218 ◦ blue 136

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

Shades of Primrose #DCDA88

Tints of Primrose #DCDA88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 23.69%

R = 38.33%
G = 37.98%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DCDA88 (or 0xDCDA88) is known color: Primrose. HEX triplet: DC, DA and 88. RGB value is (220,218,136). Sum of RGB (Red+Green+Blue) = 220+218+136=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 136 (53.52% from 255 or 23.69% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDA88 is #232577. Grayscale: #D1D1D1. Windows color (decimal): -2303352 or 8968924. OLE color: 8968924.

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

Color convert

RGB 220 218 136 -
CMYK 0 0.01 0.38 0.14
HSL 58.57º 0.55% 0.7% -
HSV(B) 58.57º 0.38% 0.86% -
XYZ 59.03 67.14 33.14 -
YUV 209.25 86.66 135.67 -
System Red Green Blue C M Y K H S L
Decimal 220 218 136 0 0.01 0.38 0.14 58.57 0.55 0.7
Hex DC DA 88 0 1 26 E 3B 37 46
Octal 334 332 210 0 1 46 16 73 67 106
Binary 11011100 11011010 10001000 0 1 100110 1110 111011 110111 1000110

Color Harmonies of #DCDA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDA88

Black with #DCDA88

Text Example


Text Example

White with #DCDA88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDA88; }

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

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

background-color css

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

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

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

border-color css

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

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

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