Html Css Color HEX #DCD168 Wild Rice

📋 copy color: '#DCD168'

red 220 ◦ green 209 ◦ blue 104

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

Shades of Wild Rice #DCD168

Tints of Wild Rice #DCD168

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.21%

 BLUE value IS 104 (41.02% from 255) = 19.51%

R = 41.28%
G = 39.21%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DCD168 (or 0xDCD168) is known color: Wild Rice. HEX triplet: DC, D1 and 68. RGB value is (220,209,104). Sum of RGB (Red+Green+Blue) = 220+209+104=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 209 (82.03% from 255 or 39.21% from 533); Blue value is 104 (41.02% from 255 or 19.51% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD168 is #232E97. Grayscale: #C8C8C8. Windows color (decimal): -2305688 or 6869468. OLE color: 6869468.

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

Color convert

RGB 220 209 104 -
CMYK 0 0.05 0.53 0.14
HSL 54.31º 0.62% 0.64% -
HSV(B) 54.31º 0.53% 0.86% -
XYZ 54.81 61.82 22.14 -
YUV 200.32 73.64 142.04 -
System Red Green Blue C M Y K H S L
Decimal 220 209 104 0 0.05 0.53 0.14 54.31 0.62 0.64
Hex DC D1 68 0 5 35 E 36 3E 40
Octal 334 321 150 0 5 65 16 66 76 100
Binary 11011100 11010001 1101000 0 101 110101 1110 110110 111110 1000000

Color Harmonies of #DCD168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD168

Black with #DCD168

Text Example


Text Example

White with #DCD168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD168; }

 p { color: rgb(220,209,104); }

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

background-color css

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

 a { background-color: rgb(220,209,104); }

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

border-color css

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

 span { border-color: rgb(220,209,104); }

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