Html Css Color HEX #DCD175 Wild Rice

📋 copy color: '#DCD175'

red 220 ◦ green 209 ◦ blue 117

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

Shades of Wild Rice #DCD175

Tints of Wild Rice #DCD175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.43%

R = 40.29%
G = 38.28%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DCD175 (or 0xDCD175) is known color: Wild Rice. HEX triplet: DC, D1 and 75. RGB value is (220,209,117). Sum of RGB (Red+Green+Blue) = 220+209+117=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 209 (82.03% from 255 or 38.28% from 546); Blue value is 117 (46.09% from 255 or 21.43% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD175 is #232E8A. Grayscale: #CACACA. Windows color (decimal): -2305675 or 7721436. OLE color: 7721436.

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

Color convert

RGB 220 209 117 -
CMYK 0 0.05 0.47 0.14
HSL 53.59º 0.6% 0.66% -
HSV(B) 53.59º 0.47% 0.86% -
XYZ 55.53 62.1 25.89 -
YUV 201.8 80.14 140.98 -
System Red Green Blue C M Y K H S L
Decimal 220 209 117 0 0.05 0.47 0.14 53.59 0.6 0.66
Hex DC D1 75 0 5 2F E 36 3C 42
Octal 334 321 165 0 5 57 16 66 74 102
Binary 11011100 11010001 1110101 0 101 101111 1110 110110 111100 1000010

Color Harmonies of #DCD175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD175

Black with #DCD175

Text Example


Text Example

White with #DCD175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD175; }

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

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

background-color css

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

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

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

border-color css

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

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

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