Html Css Color HEX #DFE692 Primrose

📋 copy color: '#DFE692'

red 223 ◦ green 230 ◦ blue 146

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

Shades of Primrose #DFE692

Tints of Primrose #DFE692

RGB

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

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

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

R = 37.23%
G = 38.4%
B = 24.37%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#DFE692 (or 0xDFE692) is known color: Primrose. HEX triplet: DF, E6 and 92. RGB value is (223,230,146). Sum of RGB (Red+Green+Blue) = 223+230+146=599 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.23% from 599); Green value is 230 (90.23% from 255 or 38.40% from 599); Blue value is 146 (57.42% from 255 or 24.37% from 599); Max value from RGB is 230 - color contains mainly: green. Hex color #DFE692 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFE692 is #20196D. Grayscale: #DADADA. Windows color (decimal): -2103662 or 9627359. OLE color: 9627359.

HSL color Cylindrical-coordinate representation of color #DFE692: hue angle of 65º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DFE692 is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB 223 230 146 -
CMYK 0.03 0 0.37 0.10
HSL 65º 0.63% 0.74% -
HSV(B) 65º 0.37% 0.9% -
XYZ 63.92 74.36 38.18 -
YUV 218.33 87.18 131.33 -
System Red Green Blue C M Y K H S L
Decimal 223 230 146 0.03 0 0.37 0.10 65 0.63 0.74
Hex DF E6 92 3 0 25 A 41 3F 4A
Octal 337 346 222 3 0 45 12 101 77 112
Binary 11011111 11100110 10010010 11 0 100101 1010 1000001 111111 1001010

Color Harmonies of #DFE692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE692

Black with #DFE692

Text Example


Text Example

White with #DFE692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE692; }

 p { color: rgb(223,230,146); }

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

background-color css

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

 a { background-color: rgb(223,230,146); }

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

border-color css

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

 span { border-color: rgb(223,230,146); }

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