Html Css Color HEX #DCD58B Primrose

📋 copy color: '#DCD58B'

red 220 ◦ green 213 ◦ blue 139

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

Shades of Primrose #DCD58B

Tints of Primrose #DCD58B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.24%

 BLUE value IS 139 (54.69% from 255) = 24.3%

R = 38.46%
G = 37.24%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DCD58B (or 0xDCD58B) is known color: Primrose. HEX triplet: DC, D5 and 8B. RGB value is (220,213,139). Sum of RGB (Red+Green+Blue) = 220+213+139=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 213 (83.59% from 255 or 37.24% from 572); Blue value is 139 (54.69% from 255 or 24.30% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD58B is #232A74. Grayscale: #CECECE. Windows color (decimal): -2304629 or 9164252. OLE color: 9164252.

HSL color Cylindrical-coordinate representation of color #DCD58B: hue angle of 54.81º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCD58B is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 213 139 -
CMYK 0 0.03 0.37 0.14
HSL 54.81º 0.54% 0.7% -
HSV(B) 54.81º 0.37% 0.86% -
XYZ 57.97 64.67 33.85 -
YUV 206.66 89.82 137.52 -
System Red Green Blue C M Y K H S L
Decimal 220 213 139 0 0.03 0.37 0.14 54.81 0.54 0.7
Hex DC D5 8B 0 3 25 E 37 36 46
Octal 334 325 213 0 3 45 16 67 66 106
Binary 11011100 11010101 10001011 0 11 100101 1110 110111 110110 1000110

Color Harmonies of #DCD58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD58B

Black with #DCD58B

Text Example


Text Example

White with #DCD58B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD58B; }

 p { color: rgb(220,213,139); }

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

background-color css

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

 a { background-color: rgb(220,213,139); }

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

border-color css

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

 span { border-color: rgb(220,213,139); }

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