Html Css Color HEX #DCD78A Primrose

📋 copy color: '#DCD78A'

red 220 ◦ green 215 ◦ blue 138

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

Shades of Primrose #DCD78A

Tints of Primrose #DCD78A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.52%

 BLUE value IS 138 (54.3% from 255) = 24.08%

R = 38.39%
G = 37.52%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DCD78A (or 0xDCD78A) is known color: Primrose. HEX triplet: DC, D7 and 8A. RGB value is (220,215,138). Sum of RGB (Red+Green+Blue) = 220+215+138=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 215 (84.38% from 255 or 37.52% from 573); Blue value is 138 (54.30% from 255 or 24.08% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD78A is #232875. Grayscale: #D0D0D0. Windows color (decimal): -2304118 or 9099228. OLE color: 9099228.

HSL color Cylindrical-coordinate representation of color #DCD78A: hue angle of 56.34º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCD78A is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 215 138 -
CMYK 0 0.02 0.37 0.14
HSL 56.34º 0.54% 0.7% -
HSV(B) 56.34º 0.37% 0.86% -
XYZ 58.4 65.65 33.64 -
YUV 207.72 88.66 136.76 -
System Red Green Blue C M Y K H S L
Decimal 220 215 138 0 0.02 0.37 0.14 56.34 0.54 0.7
Hex DC D7 8A 0 2 25 E 38 36 46
Octal 334 327 212 0 2 45 16 70 66 106
Binary 11011100 11010111 10001010 0 10 100101 1110 111000 110110 1000110

Color Harmonies of #DCD78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD78A

Black with #DCD78A

Text Example


Text Example

White with #DCD78A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD78A; }

 p { color: rgb(220,215,138); }

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

background-color css

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

 a { background-color: rgb(220,215,138); }

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

border-color css

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

 span { border-color: rgb(220,215,138); }

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