Html Css Color HEX #DCCF71 Wild Rice

📋 copy color: '#DCCF71'

red 220 ◦ green 207 ◦ blue 113

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

Shades of Wild Rice #DCCF71

Tints of Wild Rice #DCCF71

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.33%

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

R = 40.74%
G = 38.33%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DCCF71 (or 0xDCCF71) is known color: Wild Rice. HEX triplet: DC, CF and 71. RGB value is (220,207,113). Sum of RGB (Red+Green+Blue) = 220+207+113=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 207 (81.25% from 255 or 38.33% from 540); Blue value is 113 (44.53% from 255 or 20.93% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCF71 is #23308E. Grayscale: #C8C8C8. Windows color (decimal): -2306191 or 7458780. OLE color: 7458780.

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

Color convert

RGB 220 207 113 -
CMYK 0 0.06 0.49 0.14
HSL 52.71º 0.6% 0.65% -
HSV(B) 52.71º 0.49% 0.86% -
XYZ 54.81 61.03 24.51 -
YUV 200.17 78.81 142.14 -
System Red Green Blue C M Y K H S L
Decimal 220 207 113 0 0.06 0.49 0.14 52.71 0.6 0.65
Hex DC CF 71 0 6 31 E 35 3C 41
Octal 334 317 161 0 6 61 16 65 74 101
Binary 11011100 11001111 1110001 0 110 110001 1110 110101 111100 1000001

Color Harmonies of #DCCF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCF71

Black with #DCCF71

Text Example


Text Example

White with #DCCF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCF71; }

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

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

background-color css

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

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

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

border-color css

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

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

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