Html Css Color HEX #DCDB83 Primrose

📋 copy color: '#DCDB83'

red 220 ◦ green 219 ◦ blue 131

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

Shades of Primrose #DCDB83

Tints of Primrose #DCDB83

RGB

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

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

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

R = 38.6%
G = 38.42%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DCDB83 (or 0xDCDB83) is known color: Primrose. HEX triplet: DC, DB and 83. RGB value is (220,219,131). Sum of RGB (Red+Green+Blue) = 220+219+131=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 131 (51.56% from 255 or 22.98% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDB83 is #23247C. Grayscale: #D1D1D1. Windows color (decimal): -2303101 or 8641500. OLE color: 8641500.

HSL color Cylindrical-coordinate representation of color #DCDB83: hue angle of 59.33º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCDB83 is Cyan = 0, Magento = 0.00, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 219 131 -
CMYK 0 0.00 0.40 0.14
HSL 59.33º 0.56% 0.69% -
HSV(B) 59.33º 0.4% 0.86% -
XYZ 58.94 67.52 31.4 -
YUV 209.27 83.83 135.66 -
System Red Green Blue C M Y K H S L
Decimal 220 219 131 0 0.00 0.40 0.14 59.33 0.56 0.69
Hex DC DB 83 0 0 28 E 3B 38 45
Octal 334 333 203 0 0 50 16 73 70 105
Binary 11011100 11011011 10000011 0 0 101000 1110 111011 111000 1000101

Color Harmonies of #DCDB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDB83

Black with #DCDB83

Text Example


Text Example

White with #DCDB83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDB83; }

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

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

background-color css

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

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

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

border-color css

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

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

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