Html Css Color HEX #DCDB98 Primrose

📋 copy color: '#DCDB98'

red 220 ◦ green 219 ◦ blue 152

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

Shades of Primrose #DCDB98

Tints of Primrose #DCDB98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 25.72%

R = 37.23%
G = 37.06%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DCDB98 (or 0xDCDB98) is known color: Primrose. HEX triplet: DC, DB and 98. RGB value is (220,219,152). Sum of RGB (Red+Green+Blue) = 220+219+152=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 152 (59.77% from 255 or 25.72% from 591); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDB98 is #232467. Grayscale: #D3D3D3. Windows color (decimal): -2303080 or 10017756. OLE color: 10017756.

HSL color Cylindrical-coordinate representation of color #DCDB98: hue angle of 59.12º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCDB98 is Cyan = 0, Magento = 0.00, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 219 152 -
CMYK 0 0.00 0.31 0.14
HSL 59.12º 0.49% 0.73% -
HSV(B) 59.12º 0.31% 0.86% -
XYZ 60.51 68.15 39.67 -
YUV 211.66 94.33 133.95 -
System Red Green Blue C M Y K H S L
Decimal 220 219 152 0 0.00 0.31 0.14 59.12 0.49 0.73
Hex DC DB 98 0 0 1F E 3B 31 49
Octal 334 333 230 0 0 37 16 73 61 111
Binary 11011100 11011011 10011000 0 0 11111 1110 111011 110001 1001001

Color Harmonies of #DCDB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDB98

Black with #DCDB98

Text Example


Text Example

White with #DCDB98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDB98; }

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

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

background-color css

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

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

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

border-color css

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

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

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