Html Css Color HEX #DCCD76 Wild Rice

📋 copy color: '#DCCD76'

red 220 ◦ green 205 ◦ blue 118

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

Shades of Wild Rice #DCCD76

Tints of Wild Rice #DCCD76

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.75%

 BLUE value IS 118 (46.48% from 255) = 21.73%

R = 40.52%
G = 37.75%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DCCD76 (or 0xDCCD76) is known color: Wild Rice. HEX triplet: DC, CD and 76. RGB value is (220,205,118). Sum of RGB (Red+Green+Blue) = 220+205+118=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 118 (46.48% from 255 or 21.73% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCD76 is #233289. Grayscale: #C7C7C7. Windows color (decimal): -2306698 or 7785948. OLE color: 7785948.

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

Color convert

RGB 220 205 118 -
CMYK 0 0.07 0.46 0.14
HSL 51.18º 0.59% 0.66% -
HSV(B) 51.18º 0.46% 0.86% -
XYZ 54.62 60.19 25.88 -
YUV 199.57 81.97 142.57 -
System Red Green Blue C M Y K H S L
Decimal 220 205 118 0 0.07 0.46 0.14 51.18 0.59 0.66
Hex DC CD 76 0 7 2E E 33 3B 42
Octal 334 315 166 0 7 56 16 63 73 102
Binary 11011100 11001101 1110110 0 111 101110 1110 110011 111011 1000010

Color Harmonies of #DCCD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCD76

Black with #DCCD76

Text Example


Text Example

White with #DCCD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCD76; }

 p { color: rgb(220,205,118); }

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

background-color css

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

 a { background-color: rgb(220,205,118); }

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

border-color css

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

 span { border-color: rgb(220,205,118); }

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