Html Css Color HEX #DCDB8C Primrose

📋 copy color: '#DCDB8C'

red 220 ◦ green 219 ◦ blue 140

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

Shades of Primrose #DCDB8C

Tints of Primrose #DCDB8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 24.18%

R = 38%
G = 37.82%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DCDB8C (or 0xDCDB8C) is known color: Primrose. HEX triplet: DC, DB and 8C. RGB value is (220,219,140). Sum of RGB (Red+Green+Blue) = 220+219+140=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 140 (55.08% from 255 or 24.18% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDB8C is #232473. Grayscale: #D2D2D2. Windows color (decimal): -2303092 or 9231324. OLE color: 9231324.

HSL color Cylindrical-coordinate representation of color #DCDB8C: hue angle of 59.25º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCDB8C is Cyan = 0, Magento = 0.00, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 219 140 -
CMYK 0 0.00 0.36 0.14
HSL 59.25º 0.53% 0.71% -
HSV(B) 59.25º 0.36% 0.86% -
XYZ 59.58 67.77 34.75 -
YUV 210.29 88.33 134.92 -
System Red Green Blue C M Y K H S L
Decimal 220 219 140 0 0.00 0.36 0.14 59.25 0.53 0.71
Hex DC DB 8C 0 0 24 E 3B 35 47
Octal 334 333 214 0 0 44 16 73 65 107
Binary 11011100 11011011 10001100 0 0 100100 1110 111011 110101 1000111

Color Harmonies of #DCDB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDB8C

Black with #DCDB8C

Text Example


Text Example

White with #DCDB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDB8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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