Html Css Color HEX #DCD692 Primrose

📋 copy color: '#DCD692'

red 220 ◦ green 214 ◦ blue 146

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

Shades of Primrose #DCD692

Tints of Primrose #DCD692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 25.17%

R = 37.93%
G = 36.9%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DCD692 (or 0xDCD692) is known color: Primrose. HEX triplet: DC, D6 and 92. RGB value is (220,214,146). Sum of RGB (Red+Green+Blue) = 220+214+146=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 214 (83.98% from 255 or 36.90% from 580); Blue value is 146 (57.42% from 255 or 25.17% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD692 is #23296D. Grayscale: #D0D0D0. Windows color (decimal): -2304366 or 9623260. OLE color: 9623260.

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

Color convert

RGB 220 214 146 -
CMYK 0 0.03 0.34 0.14
HSL 55.14º 0.51% 0.72% -
HSV(B) 55.14º 0.34% 0.86% -
XYZ 58.75 65.38 36.72 -
YUV 208.04 92.99 136.53 -
System Red Green Blue C M Y K H S L
Decimal 220 214 146 0 0.03 0.34 0.14 55.14 0.51 0.72
Hex DC D6 92 0 3 22 E 37 33 48
Octal 334 326 222 0 3 42 16 67 63 110
Binary 11011100 11010110 10010010 0 11 100010 1110 110111 110011 1001000

Color Harmonies of #DCD692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD692

Black with #DCD692

Text Example


Text Example

White with #DCD692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD692; }

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

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

background-color css

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

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

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

border-color css

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

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

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