Html Css Color HEX #DCE78C Primrose

📋 copy color: '#DCE78C'

red 220 ◦ green 231 ◦ blue 140

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

Shades of Primrose #DCE78C

Tints of Primrose #DCE78C

RGB

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

 GREEN value IS 231 (90.63% from 255) = 39.09%

 BLUE value IS 140 (55.08% from 255) = 23.69%

R = 37.23%
G = 39.09%
B = 23.69%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#DCE78C (or 0xDCE78C) is known color: Primrose. HEX triplet: DC, E7 and 8C. RGB value is (220,231,140). Sum of RGB (Red+Green+Blue) = 220+231+140=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 231 (90.62% from 255 or 39.09% from 591); Blue value is 140 (55.08% from 255 or 23.69% from 591); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE78C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE78C is #231873. Grayscale: #D9D9D9. Windows color (decimal): -2300020 or 9234396. OLE color: 9234396.

HSL color Cylindrical-coordinate representation of color #DCE78C: hue angle of 67.25º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCE78C is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB 220 231 140 -
CMYK 0.05 0 0.39 0.09
HSL 67.25º 0.65% 0.73% -
HSV(B) 67.25º 0.39% 0.91% -
XYZ 62.82 74.26 35.83 -
YUV 217.34 84.36 129.9 -
System Red Green Blue C M Y K H S L
Decimal 220 231 140 0.05 0 0.39 0.09 67.25 0.65 0.73
Hex DC E7 8C 5 0 27 9 43 41 49
Octal 334 347 214 5 0 47 11 103 101 111
Binary 11011100 11100111 10001100 101 0 100111 1001 1000011 1000001 1001001

Color Harmonies of #DCE78C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE78C

Black with #DCE78C

Text Example


Text Example

White with #DCE78C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE78C; }

 p { color: rgb(220,231,140); }

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

background-color css

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

 a { background-color: rgb(220,231,140); }

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

border-color css

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

 span { border-color: rgb(220,231,140); }

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