Html Css Color HEX #DCDA90 Primrose

📋 copy color: '#DCDA90'

red 220 ◦ green 218 ◦ blue 144

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

Shades of Primrose #DCDA90

Tints of Primrose #DCDA90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24.74%

R = 37.8%
G = 37.46%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DCDA90 (or 0xDCDA90) is known color: Primrose. HEX triplet: DC, DA and 90. RGB value is (220,218,144). Sum of RGB (Red+Green+Blue) = 220+218+144=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 218 (85.55% from 255 or 37.46% from 582); Blue value is 144 (56.64% from 255 or 24.74% from 582); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDA90 is #23256F. Grayscale: #D2D2D2. Windows color (decimal): -2303344 or 9493212. OLE color: 9493212.

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

Color convert

RGB 220 218 144 -
CMYK 0 0.01 0.35 0.14
HSL 58.42º 0.52% 0.71% -
HSV(B) 58.42º 0.35% 0.86% -
XYZ 59.62 67.37 36.25 -
YUV 210.16 90.66 135.02 -
System Red Green Blue C M Y K H S L
Decimal 220 218 144 0 0.01 0.35 0.14 58.42 0.52 0.71
Hex DC DA 90 0 1 23 E 3A 34 47
Octal 334 332 220 0 1 43 16 72 64 107
Binary 11011100 11011010 10010000 0 1 100011 1110 111010 110100 1000111

Color Harmonies of #DCDA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDA90

Black with #DCDA90

Text Example


Text Example

White with #DCDA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDA90; }

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

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

background-color css

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

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

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

border-color css

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

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

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