Html Css Color HEX #DFDB83 Primrose

📋 copy color: '#DFDB83'

red 223 ◦ green 219 ◦ blue 131

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

Shades of Primrose #DFDB83

Tints of Primrose #DFDB83

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.22%

 BLUE value IS 131 (51.56% from 255) = 22.86%

R = 38.92%
G = 38.22%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DFDB83 (or 0xDFDB83) is known color: Primrose. HEX triplet: DF, DB and 83. RGB value is (223,219,131). Sum of RGB (Red+Green+Blue) = 223+219+131=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 131 (51.56% from 255 or 22.86% from 573); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDB83 is #20247C. Grayscale: #D2D2D2. Windows color (decimal): -2106493 or 8641503. OLE color: 8641503.

HSL color Cylindrical-coordinate representation of color #DFDB83: hue angle of 57.39º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DFDB83 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 219 131 -
CMYK 0 0.02 0.41 0.13
HSL 57.39º 0.59% 0.69% -
HSV(B) 57.39º 0.41% 0.87% -
XYZ 59.86 67.99 31.44 -
YUV 210.16 83.33 137.16 -
System Red Green Blue C M Y K H S L
Decimal 223 219 131 0 0.02 0.41 0.13 57.39 0.59 0.69
Hex DF DB 83 0 2 29 D 39 3B 45
Octal 337 333 203 0 2 51 15 71 73 105
Binary 11011111 11011011 10000011 0 10 101001 1101 111001 111011 1000101

Color Harmonies of #DFDB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDB83

Black with #DFDB83

Text Example


Text Example

White with #DFDB83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDB83; }

 p { color: rgb(223,219,131); }

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

background-color css

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

 a { background-color: rgb(223,219,131); }

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

border-color css

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

 span { border-color: rgb(223,219,131); }

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