Html Css Color HEX #DCDF83 Primrose

📋 copy color: '#DCDF83'

red 220 ◦ green 223 ◦ blue 131

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

Shades of Primrose #DCDF83

Tints of Primrose #DCDF83

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.85%

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

R = 38.33%
G = 38.85%
B = 22.82%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DCDF83 (or 0xDCDF83) is known color: Primrose. HEX triplet: DC, DF and 83. RGB value is (220,223,131). Sum of RGB (Red+Green+Blue) = 220+223+131=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 223 (87.5% from 255 or 38.85% from 574); Blue value is 131 (51.56% from 255 or 22.82% from 574); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDF83 is #23207C. Grayscale: #D3D3D3. Windows color (decimal): -2302077 or 8642524. OLE color: 8642524.

HSL color Cylindrical-coordinate representation of color #DCDF83: hue angle of 61.96º 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 #DCDF83 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 223 131 -
CMYK 0.01 0 0.41 0.13
HSL 61.96º 0.59% 0.69% -
HSV(B) 61.96º 0.41% 0.87% -
XYZ 60 69.63 31.75 -
YUV 211.62 82.51 133.98 -
System Red Green Blue C M Y K H S L
Decimal 220 223 131 0.01 0 0.41 0.13 61.96 0.59 0.69
Hex DC DF 83 1 0 29 D 3E 3B 45
Octal 334 337 203 1 0 51 15 76 73 105
Binary 11011100 11011111 10000011 1 0 101001 1101 111110 111011 1000101

Color Harmonies of #DCDF83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDF83

Black with #DCDF83

Text Example


Text Example

White with #DCDF83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDF83; }

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

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

background-color css

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

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

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

border-color css

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

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

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