Html Css Color HEX #DCD68C Primrose

📋 copy color: '#DCD68C'

red 220 ◦ green 214 ◦ blue 140

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

Shades of Primrose #DCD68C

Tints of Primrose #DCD68C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 24.39%

R = 38.33%
G = 37.28%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DCD68C (or 0xDCD68C) is known color: Primrose. HEX triplet: DC, D6 and 8C. RGB value is (220,214,140). Sum of RGB (Red+Green+Blue) = 220+214+140=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 214 (83.98% from 255 or 37.28% from 574); Blue value is 140 (55.08% from 255 or 24.39% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD68C is #232973. Grayscale: #CFCFCF. Windows color (decimal): -2304372 or 9230044. OLE color: 9230044.

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

Color convert

RGB 220 214 140 -
CMYK 0 0.03 0.36 0.14
HSL 55.5º 0.53% 0.71% -
HSV(B) 55.5º 0.36% 0.86% -
XYZ 58.3 65.2 34.32 -
YUV 207.36 89.99 137.02 -
System Red Green Blue C M Y K H S L
Decimal 220 214 140 0 0.03 0.36 0.14 55.5 0.53 0.71
Hex DC D6 8C 0 3 24 E 38 35 47
Octal 334 326 214 0 3 44 16 70 65 107
Binary 11011100 11010110 10001100 0 11 100100 1110 111000 110101 1000111

Color Harmonies of #DCD68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD68C

Black with #DCD68C

Text Example


Text Example

White with #DCD68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD68C; }

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

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

background-color css

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

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

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

border-color css

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

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

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