Html Css Color HEX #DCD690 Primrose

📋 copy color: '#DCD690'

red 220 ◦ green 214 ◦ blue 144

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

Shades of Primrose #DCD690

Tints of Primrose #DCD690

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.02%

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

R = 38.06%
G = 37.02%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DCD690 (or 0xDCD690) is known color: Primrose. HEX triplet: DC, D6 and 90. RGB value is (220,214,144). Sum of RGB (Red+Green+Blue) = 220+214+144=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 214 (83.98% from 255 or 37.02% from 578); Blue value is 144 (56.64% from 255 or 24.91% from 578); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD690 is #23296F. Grayscale: #D0D0D0. Windows color (decimal): -2304368 or 9492188. OLE color: 9492188.

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

Color convert

RGB 220 214 144 -
CMYK 0 0.03 0.35 0.14
HSL 55.26º 0.52% 0.71% -
HSV(B) 55.26º 0.35% 0.86% -
XYZ 58.6 65.32 35.91 -
YUV 207.81 91.99 136.69 -
System Red Green Blue C M Y K H S L
Decimal 220 214 144 0 0.03 0.35 0.14 55.26 0.52 0.71
Hex DC D6 90 0 3 23 E 37 34 47
Octal 334 326 220 0 3 43 16 67 64 107
Binary 11011100 11010110 10010000 0 11 100011 1110 110111 110100 1000111

Color Harmonies of #DCD690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD690

Black with #DCD690

Text Example


Text Example

White with #DCD690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD690; }

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

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

background-color css

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

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

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

border-color css

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

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

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