Html Css Color HEX #DCE68B Primrose

📋 copy color: '#DCE68B'

red 220 ◦ green 230 ◦ blue 139

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

Shades of Primrose #DCE68B

Tints of Primrose #DCE68B

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.05%

 BLUE value IS 139 (54.69% from 255) = 23.6%

R = 37.35%
G = 39.05%
B = 23.6%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#DCE68B (or 0xDCE68B) is known color: Primrose. HEX triplet: DC, E6 and 8B. RGB value is (220,230,139). Sum of RGB (Red+Green+Blue) = 220+230+139=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 230 (90.23% from 255 or 39.05% from 589); Blue value is 139 (54.69% from 255 or 23.60% from 589); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE68B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE68B is #231974. Grayscale: #D8D8D8. Windows color (decimal): -2300277 or 9168604. OLE color: 9168604.

HSL color Cylindrical-coordinate representation of color #DCE68B: hue angle of 66.59º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCE68B is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 230 139 -
CMYK 0.04 0 0.40 0.10
HSL 66.59º 0.65% 0.72% -
HSV(B) 66.59º 0.4% 0.9% -
XYZ 62.47 73.67 35.35 -
YUV 216.64 84.19 130.4 -
System Red Green Blue C M Y K H S L
Decimal 220 230 139 0.04 0 0.40 0.10 66.59 0.65 0.72
Hex DC E6 8B 4 0 28 A 43 41 48
Octal 334 346 213 4 0 50 12 103 101 110
Binary 11011100 11100110 10001011 100 0 101000 1010 1000011 1000001 1001000

Color Harmonies of #DCE68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE68B

Black with #DCE68B

Text Example


Text Example

White with #DCE68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE68B; }

 p { color: rgb(220,230,139); }

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

background-color css

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

 a { background-color: rgb(220,230,139); }

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

border-color css

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

 span { border-color: rgb(220,230,139); }

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