Html Css Color HEX #DCD575 Wild Rice

📋 copy color: '#DCD575'

red 220 ◦ green 213 ◦ blue 117

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

Shades of Wild Rice #DCD575

Tints of Wild Rice #DCD575

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.73%

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

R = 40%
G = 38.73%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DCD575 (or 0xDCD575) is known color: Wild Rice. HEX triplet: DC, D5 and 75. RGB value is (220,213,117). Sum of RGB (Red+Green+Blue) = 220+213+117=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 213 (83.59% from 255 or 38.73% from 550); Blue value is 117 (46.09% from 255 or 21.27% from 550); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD575 is #232A8A. Grayscale: #CCCCCC. Windows color (decimal): -2304651 or 7722460. OLE color: 7722460.

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

Color convert

RGB 220 213 117 -
CMYK 0 0.03 0.47 0.14
HSL 55.92º 0.6% 0.66% -
HSV(B) 55.92º 0.47% 0.86% -
XYZ 56.52 64.09 26.22 -
YUV 204.15 78.82 139.31 -
System Red Green Blue C M Y K H S L
Decimal 220 213 117 0 0.03 0.47 0.14 55.92 0.6 0.66
Hex DC D5 75 0 3 2F E 38 3C 42
Octal 334 325 165 0 3 57 16 70 74 102
Binary 11011100 11010101 1110101 0 11 101111 1110 111000 111100 1000010

Color Harmonies of #DCD575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD575

Black with #DCD575

Text Example


Text Example

White with #DCD575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD575; }

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

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

background-color css

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

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

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

border-color css

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

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

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