Html Css Color HEX #DCD68B Primrose

📋 copy color: '#DCD68B'

red 220 ◦ green 214 ◦ blue 139

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

Shades of Primrose #DCD68B

Tints of Primrose #DCD68B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.35%

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

R = 38.39%
G = 37.35%
B = 24.26%

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

#DCD68B (or 0xDCD68B) is known color: Primrose. HEX triplet: DC, D6 and 8B. RGB value is (220,214,139). Sum of RGB (Red+Green+Blue) = 220+214+139=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 214 (83.98% from 255 or 37.35% from 573); Blue value is 139 (54.69% from 255 or 24.26% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD68B is #232974. Grayscale: #CFCFCF. Windows color (decimal): -2304373 or 9164508. OLE color: 9164508.

HSL color Cylindrical-coordinate representation of color #DCD68B: hue angle of 55.56º 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 #DCD68B is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 214 139 -
CMYK 0 0.03 0.37 0.14
HSL 55.56º 0.54% 0.7% -
HSV(B) 55.56º 0.37% 0.86% -
XYZ 58.22 65.17 33.94 -
YUV 207.24 89.49 137.1 -
System Red Green Blue C M Y K H S L
Decimal 220 214 139 0 0.03 0.37 0.14 55.56 0.54 0.7
Hex DC D6 8B 0 3 25 E 38 36 46
Octal 334 326 213 0 3 45 16 70 66 106
Binary 11011100 11010110 10001011 0 11 100101 1110 111000 110110 1000110

Color Harmonies of #DCD68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD68B

Black with #DCD68B

Text Example


Text Example

White with #DCD68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD68B; }

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

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

background-color css

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

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

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

border-color css

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

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

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