Html Css Color HEX #DFE08A Primrose

📋 copy color: '#DFE08A'

red 223 ◦ green 224 ◦ blue 138

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

Shades of Primrose #DFE08A

Tints of Primrose #DFE08A

RGB

 RED value IS 223 (87.5% from 255) = 38.12%

 GREEN value IS 224 (87.89% from 255) = 38.29%

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

R = 38.12%
G = 38.29%
B = 23.59%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#DFE08A (or 0xDFE08A) is known color: Primrose. HEX triplet: DF, E0 and 8A. RGB value is (223,224,138). Sum of RGB (Red+Green+Blue) = 223+224+138=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 224 (87.89% from 255 or 38.29% from 585); Blue value is 138 (54.30% from 255 or 23.59% from 585); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE08A is #201F75. Grayscale: #D6D6D6. Windows color (decimal): -2105206 or 9101535. OLE color: 9101535.

HSL color Cylindrical-coordinate representation of color #DFE08A: hue angle of 60.7º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DFE08A is Cyan = 0.00, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 224 138 -
CMYK 0.00 0 0.38 0.12
HSL 60.7º 0.58% 0.71% -
HSV(B) 60.7º 0.38% 0.88% -
XYZ 61.67 70.83 34.47 -
YUV 213.9 85.17 134.49 -
System Red Green Blue C M Y K H S L
Decimal 223 224 138 0.00 0 0.38 0.12 60.7 0.58 0.71
Hex DF E0 8A 0 0 26 C 3D 3A 47
Octal 337 340 212 0 0 46 14 75 72 107
Binary 11011111 11100000 10001010 0 0 100110 1100 111101 111010 1000111

Color Harmonies of #DFE08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE08A

Black with #DFE08A

Text Example


Text Example

White with #DFE08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE08A; }

 p { color: rgb(223,224,138); }

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

background-color css

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

 a { background-color: rgb(223,224,138); }

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

border-color css

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

 span { border-color: rgb(223,224,138); }

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