Html Css Color HEX #DCD68D Primrose

📋 copy color: '#DCD68D'

red 220 ◦ green 214 ◦ blue 141

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

Shades of Primrose #DCD68D

Tints of Primrose #DCD68D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 24.52%

R = 38.26%
G = 37.22%
B = 24.52%

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

#DCD68D (or 0xDCD68D) is known color: Primrose. HEX triplet: DC, D6 and 8D. RGB value is (220,214,141). Sum of RGB (Red+Green+Blue) = 220+214+141=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 214 (83.98% from 255 or 37.22% from 575); Blue value is 141 (55.47% from 255 or 24.52% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD68D is #232972. Grayscale: #CFCFCF. Windows color (decimal): -2304371 or 9295580. OLE color: 9295580.

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

Color convert

RGB 220 214 141 -
CMYK 0 0.03 0.36 0.14
HSL 55.44º 0.53% 0.71% -
HSV(B) 55.44º 0.36% 0.86% -
XYZ 58.37 65.23 34.71 -
YUV 207.47 90.49 136.94 -
System Red Green Blue C M Y K H S L
Decimal 220 214 141 0 0.03 0.36 0.14 55.44 0.53 0.71
Hex DC D6 8D 0 3 24 E 37 35 47
Octal 334 326 215 0 3 44 16 67 65 107
Binary 11011100 11010110 10001101 0 11 100100 1110 110111 110101 1000111

Color Harmonies of #DCD68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD68D

Black with #DCD68D

Text Example


Text Example

White with #DCD68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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