Html Css Color HEX #DCD488 Primrose

📋 copy color: '#DCD488'

red 220 ◦ green 212 ◦ blue 136

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

Shades of Primrose #DCD488

Tints of Primrose #DCD488

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.32%

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

R = 38.73%
G = 37.32%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DCD488 (or 0xDCD488) is known color: Primrose. HEX triplet: DC, D4 and 88. RGB value is (220,212,136). Sum of RGB (Red+Green+Blue) = 220+212+136=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 212 (83.20% from 255 or 37.32% from 568); Blue value is 136 (53.52% from 255 or 23.94% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD488 is #232B77. Grayscale: #CECECE. Windows color (decimal): -2304888 or 8967388. OLE color: 8967388.

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

Color convert

RGB 220 212 136 -
CMYK 0 0.04 0.38 0.14
HSL 54.29º 0.55% 0.7% -
HSV(B) 54.29º 0.38% 0.86% -
XYZ 57.5 64.08 32.63 -
YUV 205.73 88.65 138.18 -
System Red Green Blue C M Y K H S L
Decimal 220 212 136 0 0.04 0.38 0.14 54.29 0.55 0.7
Hex DC D4 88 0 4 26 E 36 37 46
Octal 334 324 210 0 4 46 16 66 67 106
Binary 11011100 11010100 10001000 0 100 100110 1110 110110 110111 1000110

Color Harmonies of #DCD488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD488

Black with #DCD488

Text Example


Text Example

White with #DCD488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD488; }

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

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

background-color css

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

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

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

border-color css

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

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

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