Html Css Color HEX #DCD694 Primrose

📋 copy color: '#DCD694'

red 220 ◦ green 214 ◦ blue 148

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

Shades of Primrose #DCD694

Tints of Primrose #DCD694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 25.43%

R = 37.8%
G = 36.77%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DCD694 (or 0xDCD694) is known color: Primrose. HEX triplet: DC, D6 and 94. RGB value is (220,214,148). Sum of RGB (Red+Green+Blue) = 220+214+148=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 214 (83.98% from 255 or 36.77% from 582); Blue value is 148 (58.20% from 255 or 25.43% from 582); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD694 is #23296B. Grayscale: #D0D0D0. Windows color (decimal): -2304364 or 9754332. OLE color: 9754332.

HSL color Cylindrical-coordinate representation of color #DCD694: hue angle of 55º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCD694 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 214 148 -
CMYK 0 0.03 0.33 0.14
HSL 55º 0.51% 0.72% -
HSV(B) 55º 0.33% 0.86% -
XYZ 58.91 65.45 37.54 -
YUV 208.27 93.99 136.37 -
System Red Green Blue C M Y K H S L
Decimal 220 214 148 0 0.03 0.33 0.14 55 0.51 0.72
Hex DC D6 94 0 3 21 E 37 33 48
Octal 334 326 224 0 3 41 16 67 63 110
Binary 11011100 11010110 10010100 0 11 100001 1110 110111 110011 1001000

Color Harmonies of #DCD694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD694

Black with #DCD694

Text Example


Text Example

White with #DCD694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD694; }

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

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

background-color css

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

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

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

border-color css

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

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

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