Html Css Color HEX #DCCD71 Wild Rice

📋 copy color: '#DCCD71'

red 220 ◦ green 205 ◦ blue 113

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

Shades of Wild Rice #DCCD71

Tints of Wild Rice #DCCD71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21%

R = 40.89%
G = 38.1%
B = 21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DCCD71 (or 0xDCCD71) is known color: Wild Rice. HEX triplet: DC, CD and 71. RGB value is (220,205,113). Sum of RGB (Red+Green+Blue) = 220+205+113=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 113 (44.53% from 255 or 21.00% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCD71 is #23328E. Grayscale: #C7C7C7. Windows color (decimal): -2306703 or 7458268. OLE color: 7458268.

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

Color convert

RGB 220 205 113 -
CMYK 0 0.07 0.49 0.14
HSL 51.59º 0.6% 0.65% -
HSV(B) 51.59º 0.49% 0.86% -
XYZ 54.33 60.07 24.35 -
YUV 199 79.47 142.98 -
System Red Green Blue C M Y K H S L
Decimal 220 205 113 0 0.07 0.49 0.14 51.59 0.6 0.65
Hex DC CD 71 0 7 31 E 34 3C 41
Octal 334 315 161 0 7 61 16 64 74 101
Binary 11011100 11001101 1110001 0 111 110001 1110 110100 111100 1000001

Color Harmonies of #DCCD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCD71

Black with #DCCD71

Text Example


Text Example

White with #DCCD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCD71; }

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

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

background-color css

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

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

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

border-color css

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

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

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